Html Css Color HEX #F7D5CC Cinderella

📋 copy color: '#F7D5CC'

red 247 ◦ green 213 ◦ blue 204

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

Shades of Cinderella #F7D5CC

Tints of Cinderella #F7D5CC

RGB

 RED value IS 247 (96.88% from 255) = 37.2%

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

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

R = 37.2%
G = 32.08%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F7D5CC (or 0xF7D5CC) is known color: Cinderella. HEX triplet: F7, D5 and CC. RGB value is (247,213,204). Sum of RGB (Red+Green+Blue) = 247+213+204=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D5CC is #082A33. Grayscale: #DEDEDE. Windows color (decimal): -535092 or 13424119. OLE color: 13424119.

HSL color Cylindrical-coordinate representation of color #F7D5CC: hue angle of 12.56º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7D5CC is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 213 204 -
CMYK 0 0.14 0.17 0.03
HSL 12.56º 0.73% 0.88% -
HSV(B) 12.56º 0.17% 0.97% -
XYZ 73.05 71.72 67.12 -
YUV 222.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 247 213 204 0 0.14 0.17 0.03 12.56 0.73 0.88
Hex F7 D5 CC 0 E 11 3 D 49 58
Octal 367 325 314 0 16 21 3 15 111 130
Binary 11110111 11010101 11001100 0 1110 10001 11 1101 1001001 1011000

Color Harmonies of #F7D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D5CC

Black with #F7D5CC

Text Example


Text Example

White with #F7D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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