Html Css Color HEX #F2C9BD Watusi

📋 copy color: '#F2C9BD'

red 242 ◦ green 201 ◦ blue 189

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

Shades of Watusi #F2C9BD

Tints of Watusi #F2C9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.91%

R = 38.29%
G = 31.8%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2C9BD (or 0xF2C9BD) is known color: Watusi. HEX triplet: F2, C9 and BD. RGB value is (242,201,189). Sum of RGB (Red+Green+Blue) = 242+201+189=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9BD is #0D3642. Grayscale: #D3D3D3. Windows color (decimal): -865859 or 12438002. OLE color: 12438002.

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

Color convert

RGB 242 201 189 -
CMYK 0 0.17 0.22 0.05
HSL 13.58º 0.67% 0.85% -
HSV(B) 13.58º 0.22% 0.95% -
XYZ 66.69 64.32 57.05 -
YUV 211.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 242 201 189 0 0.17 0.22 0.05 13.58 0.67 0.85
Hex F2 C9 BD 0 11 16 5 E 43 55
Octal 362 311 275 0 21 26 5 16 103 125
Binary 11110010 11001001 10111101 0 10001 10110 101 1110 1000011 1010101

Color Harmonies of #F2C9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C9BD

Black with #F2C9BD

Text Example


Text Example

White with #F2C9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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