Html Css Color HEX #F2CBBE Watusi

📋 copy color: '#F2CBBE'

red 242 ◦ green 203 ◦ blue 190

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

Shades of Watusi #F2CBBE

Tints of Watusi #F2CBBE

RGB

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

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

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

R = 38.11%
G = 31.97%
B = 29.92%

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

#F2CBBE (or 0xF2CBBE) is known color: Watusi. HEX triplet: F2, CB and BE. RGB value is (242,203,190). Sum of RGB (Red+Green+Blue) = 242+203+190=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBBE is #0D3441. Grayscale: #D5D5D5. Windows color (decimal): -865346 or 12504050. OLE color: 12504050.

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

Color convert

RGB 242 203 190 -
CMYK 0 0.16 0.21 0.05
HSL 15º 0.67% 0.85% -
HSV(B) 15º 0.21% 0.95% -
XYZ 67.27 65.31 57.78 -
YUV 213.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 242 203 190 0 0.16 0.21 0.05 15 0.67 0.85
Hex F2 CB BE 0 10 15 5 F 43 55
Octal 362 313 276 0 20 25 5 17 103 125
Binary 11110010 11001011 10111110 0 10000 10101 101 1111 1000011 1010101

Color Harmonies of #F2CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBBE

Black with #F2CBBE

Text Example


Text Example

White with #F2CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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