Html Css Color HEX #F2CCC1 Watusi

📋 copy color: '#F2CCC1'

red 242 ◦ green 204 ◦ blue 193

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

Shades of Watusi #F2CCC1

Tints of Watusi #F2CCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.2%

R = 37.87%
G = 31.92%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F2CCC1 (or 0xF2CCC1) is known color: Watusi. HEX triplet: F2, CC and C1. RGB value is (242,204,193). Sum of RGB (Red+Green+Blue) = 242+204+193=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCC1 is #0D333E. Grayscale: #D6D6D6. Windows color (decimal): -865087 or 12700914. OLE color: 12700914.

HSL color Cylindrical-coordinate representation of color #F2CCC1: hue angle of 13.47º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2CCC1 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 193 -
CMYK 0 0.16 0.20 0.05
HSL 13.47º 0.65% 0.85% -
HSV(B) 13.47º 0.2% 0.95% -
XYZ 67.84 65.91 59.6 -
YUV 214.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 242 204 193 0 0.16 0.20 0.05 13.47 0.65 0.85
Hex F2 CC C1 0 10 14 5 D 41 55
Octal 362 314 301 0 20 24 5 15 101 125
Binary 11110010 11001100 11000001 0 10000 10100 101 1101 1000001 1010101

Color Harmonies of #F2CCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCC1

Black with #F2CCC1

Text Example


Text Example

White with #F2CCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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