Html Css Color HEX #F2C7BB Watusi

📋 copy color: '#F2C7BB'

red 242 ◦ green 199 ◦ blue 187

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

Shades of Watusi #F2C7BB

Tints of Watusi #F2C7BB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.69%

 BLUE value IS 187 (73.44% from 255) = 29.78%

R = 38.54%
G = 31.69%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2C7BB (or 0xF2C7BB) is known color: Watusi. HEX triplet: F2, C7 and BB. RGB value is (242,199,187). Sum of RGB (Red+Green+Blue) = 242+199+187=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7BB is #0D3844. Grayscale: #D2D2D2. Windows color (decimal): -866373 or 12306418. OLE color: 12306418.

HSL color Cylindrical-coordinate representation of color #F2C7BB: hue angle of 13.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2C7BB is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 199 187 -
CMYK 0 0.18 0.23 0.05
HSL 13.09º 0.68% 0.84% -
HSV(B) 13.09º 0.23% 0.95% -
XYZ 66.01 63.31 55.75 -
YUV 210.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 242 199 187 0 0.18 0.23 0.05 13.09 0.68 0.84
Hex F2 C7 BB 0 12 17 5 D 44 54
Octal 362 307 273 0 22 27 5 15 104 124
Binary 11110010 11000111 10111011 0 10010 10111 101 1101 1000100 1010100

Color Harmonies of #F2C7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7BB

Black with #F2C7BB

Text Example


Text Example

White with #F2C7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7BB; }

 p { color: rgb(242,199,187); }

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

background-color css

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

 a { background-color: rgb(242,199,187); }

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

border-color css

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

 span { border-color: rgb(242,199,187); }

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