Html Css Color HEX #F2CEBF Watusi

📋 copy color: '#F2CEBF'

red 242 ◦ green 206 ◦ blue 191

#F2CEBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watusi #F2CEBF

Tints of Watusi #F2CEBF

RGB

 RED value IS 242 (94.92% from 255) = 37.87%

 GREEN value IS 206 (80.86% from 255) = 32.24%

 BLUE value IS 191 (75% from 255) = 29.89%

R = 37.87%
G = 32.24%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2CEBF (or 0xF2CEBF) is known color: Watusi. HEX triplet: F2, CE and BF. RGB value is (242,206,191). Sum of RGB (Red+Green+Blue) = 242+206+191=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEBF is #0D3140. Grayscale: #D7D7D7. Windows color (decimal): -864577 or 12570354. OLE color: 12570354.

HSL color Cylindrical-coordinate representation of color #F2CEBF: hue angle of 17.65º 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 #F2CEBF is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 191 -
CMYK 0 0.15 0.21 0.05
HSL 17.65º 0.66% 0.85% -
HSV(B) 17.65º 0.21% 0.95% -
XYZ 68.09 66.78 58.59 -
YUV 215.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 242 206 191 0 0.15 0.21 0.05 17.65 0.66 0.85
Hex F2 CE BF 0 F 15 5 12 42 55
Octal 362 316 277 0 17 25 5 22 102 125
Binary 11110010 11001110 10111111 0 1111 10101 101 10010 1000010 1010101

Color Harmonies of #F2CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEBF

Black with #F2CEBF

Text Example


Text Example

White with #F2CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEBF; }

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

 H1.HeaderClassName
 {
   color: #F2CEBF;
 }
 .AnyTagClassName
 {
   color: #F2CEBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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