#F3B2B2

Color #F3B2B2 Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #F3B2B2

Tints of Sundown #F3B2B2

Color information

#F3B2B2 (or 0xF3B2B2) is unknown color: approx Sundown. HEX triplet: F3, B2 and B2. RGB value is (243,178,178). Sum of RGB (Red+Green+Blue) = 243+178+178=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B2B2 is #0C4D4D. Grayscale: #C5C5C5. Windows color (decimal): -806222 or 11711219. OLE color: 11711219.

HSL color Cylindrical-coordinate representation of color #F3B2B2: hue angle of 0º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B2B2 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB243178178-
CMYK00.270.270.05
HSL73.03%82.55%-
HSV(B)26.75%95.29%-
XYZ60.9254.1149.35-
YUV197.43117.03160.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 40.57%
GREEN value IS 178 (69.92% from 255) = 29.72%
BLUE value IS 178 (69.92% from 255) = 29.72%
R=40.57%
G=29.72%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317817800.270.270.05073.0382.55
HexF3B2B201B1B504953
Octal3632622620333350111123
Binary11110011101100101011001001101111011101010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B2B2; }

 p { color: rgb(243,178,178); }

 H1.HeaderClassName
 {
   color: #F3B2B2;
 }
 .AnyTagClassName
 {
   color: #F3B2B2;
 }
</style>
background-color css

<style>
 a { background-color: #F3B2B2; }

 a { background-color: rgb(243,178,178); }

 div.DivClassName
 {
   background-color: #F3B2B2;
 }
 .BgClassName
 {
   background-color: #F3B2B2;
 }
</style>
border-color css

<style>
 span { border-color: #F3B2B2; }

 span { border-color: rgb(243,178,178); }

 td.TdClassName
 {
   border-color: #F3B2B2;
 }
 .TagClassName
 {
   border-color: #F3B2B2;
 }
</style>