Html Css Color HEX #F2C7BC Watusi

📋 copy color: '#F2C7BC'

red 242 ◦ green 199 ◦ blue 188

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

Shades of Watusi #F2C7BC

Tints of Watusi #F2C7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.89%

R = 38.47%
G = 31.64%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2C7BC (or 0xF2C7BC) is known color: Watusi. HEX triplet: F2, C7 and BC. RGB value is (242,199,188). Sum of RGB (Red+Green+Blue) = 242+199+188=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7BC is #0D3843. Grayscale: #D2D2D2. Windows color (decimal): -866372 or 12371954. OLE color: 12371954.

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

Color convert

RGB 242 199 188 -
CMYK 0 0.18 0.22 0.05
HSL 12.22º 0.68% 0.84% -
HSV(B) 12.22º 0.22% 0.95% -
XYZ 66.12 63.35 56.32 -
YUV 210.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 242 199 188 0 0.18 0.22 0.05 12.22 0.68 0.84
Hex F2 C7 BC 0 12 16 5 C 44 54
Octal 362 307 274 0 22 26 5 14 104 124
Binary 11110010 11000111 10111100 0 10010 10110 101 1100 1000100 1010100

Color Harmonies of #F2C7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7BC

Black with #F2C7BC

Text Example


Text Example

White with #F2C7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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