Html Css Color HEX #F2D5CC Cinderella

📋 copy color: '#F2D5CC'

red 242 ◦ green 213 ◦ blue 204

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

Shades of Cinderella #F2D5CC

Tints of Cinderella #F2D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.32%

 BLUE value IS 204 (80.08% from 255) = 30.96%

R = 36.72%
G = 32.32%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2D5CC (or 0xF2D5CC) is known color: Cinderella. HEX triplet: F2, D5 and CC. RGB value is (242,213,204). Sum of RGB (Red+Green+Blue) = 242+213+204=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5CC is #0D2A33. Grayscale: #DCDCDC. Windows color (decimal): -862772 or 13424114. OLE color: 13424114.

HSL color Cylindrical-coordinate representation of color #F2D5CC: hue angle of 14.21º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2D5CC is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 213 204 -
CMYK 0 0.12 0.16 0.05
HSL 14.21º 0.59% 0.87% -
HSV(B) 14.21º 0.16% 0.95% -
XYZ 71.31 70.83 67.04 -
YUV 220.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 242 213 204 0 0.12 0.16 0.05 14.21 0.59 0.87
Hex F2 D5 CC 0 C 10 5 E 3B 57
Octal 362 325 314 0 14 20 5 16 73 127
Binary 11110010 11010101 11001100 0 1100 10000 101 1110 111011 1010111

Color Harmonies of #F2D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D5CC

Black with #F2D5CC

Text Example


Text Example

White with #F2D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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