Html Css Color HEX #F2C9BE Watusi

📋 copy color: '#F2C9BE'

red 242 ◦ green 201 ◦ blue 190

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

Shades of Watusi #F2C9BE

Tints of Watusi #F2C9BE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.75%

 BLUE value IS 190 (74.61% from 255) = 30.02%

R = 38.23%
G = 31.75%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2C9BE (or 0xF2C9BE) is known color: Watusi. HEX triplet: F2, C9 and BE. RGB value is (242,201,190). Sum of RGB (Red+Green+Blue) = 242+201+190=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9BE is #0D3641. Grayscale: #D4D4D4. Windows color (decimal): -865858 or 12503538. OLE color: 12503538.

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

Color convert

RGB 242 201 190 -
CMYK 0 0.17 0.21 0.05
HSL 12.69º 0.67% 0.85% -
HSV(B) 12.69º 0.21% 0.95% -
XYZ 66.8 64.37 57.62 -
YUV 212.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 242 201 190 0 0.17 0.21 0.05 12.69 0.67 0.85
Hex F2 C9 BE 0 11 15 5 D 43 55
Octal 362 311 276 0 21 25 5 15 103 125
Binary 11110010 11001001 10111110 0 10001 10101 101 1101 1000011 1010101

Color Harmonies of #F2C9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C9BE

Black with #F2C9BE

Text Example


Text Example

White with #F2C9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C9BE; }

 p { color: rgb(242,201,190); }

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

background-color css

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

 a { background-color: rgb(242,201,190); }

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

border-color css

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

 span { border-color: rgb(242,201,190); }

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