Html Css Color HEX #F2CCBE Watusi

📋 copy color: '#F2CCBE'

red 242 ◦ green 204 ◦ blue 190

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

Shades of Watusi #F2CCBE

Tints of Watusi #F2CCBE

RGB

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

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

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

R = 38.05%
G = 32.08%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2CCBE (or 0xF2CCBE) is known color: Watusi. HEX triplet: F2, CC and BE. RGB value is (242,204,190). Sum of RGB (Red+Green+Blue) = 242+204+190=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCBE is #0D3341. Grayscale: #D5D5D5. Windows color (decimal): -865090 or 12504306. OLE color: 12504306.

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

Color convert

RGB 242 204 190 -
CMYK 0 0.16 0.21 0.05
HSL 16.15º 0.67% 0.85% -
HSV(B) 16.15º 0.21% 0.95% -
XYZ 67.51 65.78 57.85 -
YUV 213.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 242 204 190 0 0.16 0.21 0.05 16.15 0.67 0.85
Hex F2 CC BE 0 10 15 5 10 43 55
Octal 362 314 276 0 20 25 5 20 103 125
Binary 11110010 11001100 10111110 0 10000 10101 101 10000 1000011 1010101

Color Harmonies of #F2CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCBE

Black with #F2CCBE

Text Example


Text Example

White with #F2CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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