#F2CFB7

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

Shades of Watusi #F2CFB7

Tints of Watusi #F2CFB7

Color information

#F2CFB7 (or 0xF2CFB7) is unknown color: approx Watusi. HEX triplet: F2, CF and B7. RGB value is (242,207,183). Sum of RGB (Red+Green+Blue) = 242+207+183=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 183 (71.88% from 255 or 28.96% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFB7 is #0D3048. Grayscale: #D6D6D6. Windows color (decimal): -864329 or 12046322. OLE color: 12046322.

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

Color convert

RGB242207183-
CMYK00.140.240.05
HSL24.41º69.41%83.33%-
HSV(B)24.41º24.38%94.9%-
XYZ67.4866.9254.16-
YUV214.73110.1147.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.29%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 183 (71.88% from 255) = 28.96%
R=38.29%
G=32.75%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220718300.140.240.0524.4169.4183.33
HexF2CFB70E185184553
Octal36231726701630530105123
Binary11110010110011111011011101110110001011100010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFB7; }

 p { color: rgb(242,207,183); }

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

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

 a { background-color: rgb(242,207,183); }

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

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

 span { border-color: rgb(242,207,183); }

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