Html Css Color HEX #F2CBBD Watusi

📋 copy color: '#F2CBBD'

red 242 ◦ green 203 ◦ blue 189

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

Shades of Watusi #F2CBBD

Tints of Watusi #F2CBBD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.02%

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

R = 38.17%
G = 32.02%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2CBBD (or 0xF2CBBD) is known color: Watusi. HEX triplet: F2, CB and BD. RGB value is (242,203,189). Sum of RGB (Red+Green+Blue) = 242+203+189=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBBD is #0D3442. Grayscale: #D5D5D5. Windows color (decimal): -865347 or 12438514. OLE color: 12438514.

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

Color convert

RGB 242 203 189 -
CMYK 0 0.16 0.22 0.05
HSL 15.85º 0.67% 0.85% -
HSV(B) 15.85º 0.22% 0.95% -
XYZ 67.16 65.26 57.2 -
YUV 213.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 242 203 189 0 0.16 0.22 0.05 15.85 0.67 0.85
Hex F2 CB BD 0 10 16 5 10 43 55
Octal 362 313 275 0 20 26 5 20 103 125
Binary 11110010 11001011 10111101 0 10000 10110 101 10000 1000011 1010101

Color Harmonies of #F2CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBBD

Black with #F2CBBD

Text Example


Text Example

White with #F2CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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