Html Css Color HEX #F2CCBD Watusi

📋 copy color: '#F2CCBD'

red 242 ◦ green 204 ◦ blue 189

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

Shades of Watusi #F2CCBD

Tints of Watusi #F2CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.13%

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

R = 38.11%
G = 32.13%
B = 29.76%

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

#F2CCBD (or 0xF2CCBD) is known color: Watusi. HEX triplet: F2, CC and BD. RGB value is (242,204,189). Sum of RGB (Red+Green+Blue) = 242+204+189=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCBD is #0D3342. Grayscale: #D5D5D5. Windows color (decimal): -865091 or 12438770. OLE color: 12438770.

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

Color convert

RGB 242 204 189 -
CMYK 0 0.16 0.22 0.05
HSL 16.98º 0.67% 0.85% -
HSV(B) 16.98º 0.22% 0.95% -
XYZ 67.4 65.74 57.28 -
YUV 213.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 242 204 189 0 0.16 0.22 0.05 16.98 0.67 0.85
Hex F2 CC BD 0 10 16 5 11 43 55
Octal 362 314 275 0 20 26 5 21 103 125
Binary 11110010 11001100 10111101 0 10000 10110 101 10001 1000011 1010101

Color Harmonies of #F2CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCBD

Black with #F2CCBD

Text Example


Text Example

White with #F2CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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