#F2CFBF

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

Shades of Watusi #F2CFBF

Tints of Watusi #F2CFBF

Color information

#F2CFBF (or 0xF2CFBF) is unknown color: approx Watusi. HEX triplet: F2, CF and BF. RGB value is (242,207,191). Sum of RGB (Red+Green+Blue) = 242+207+191=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFBF is #0D3040. Grayscale: #D7D7D7. Windows color (decimal): -864321 or 12570610. OLE color: 12570610.

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

Color convert

RGB242207191-
CMYK00.140.210.05
HSL18.82º66.23%84.9%-
HSV(B)18.82º21.07%94.9%-
XYZ68.3367.2658.67-
YUV215.64114.1146.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.81%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 191 (75% from 255) = 29.84%
R=37.81%
G=32.34%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220719100.140.210.0518.8266.2384.9
HexF2CFBF0E155134255
Octal36231727701625523102125
Binary11110010110011111011111101110101011011001110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFBF; }

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

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

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

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

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

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

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

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