Html Css Color HEX #F2CDC1 Watusi

📋 copy color: '#F2CDC1'

red 242 ◦ green 205 ◦ blue 193

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

Shades of Watusi #F2CDC1

Tints of Watusi #F2CDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.03%

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

R = 37.81%
G = 32.03%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F2CDC1 (or 0xF2CDC1) is known color: Watusi. HEX triplet: F2, CD and C1. RGB value is (242,205,193). Sum of RGB (Red+Green+Blue) = 242+205+193=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDC1 is #0D323E. Grayscale: #D6D6D6. Windows color (decimal): -864831 or 12701170. OLE color: 12701170.

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

Color convert

RGB 242 205 193 -
CMYK 0 0.15 0.20 0.05
HSL 14.69º 0.65% 0.85% -
HSV(B) 14.69º 0.2% 0.95% -
XYZ 68.07 66.39 59.68 -
YUV 214.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 242 205 193 0 0.15 0.20 0.05 14.69 0.65 0.85
Hex F2 CD C1 0 F 14 5 F 41 55
Octal 362 315 301 0 17 24 5 17 101 125
Binary 11110010 11001101 11000001 0 1111 10100 101 1111 1000001 1010101

Color Harmonies of #F2CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDC1

Black with #F2CDC1

Text Example


Text Example

White with #F2CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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