Html Css Color HEX #FFD5C5 Cinderella

📋 copy color: '#FFD5C5'

red 255 ◦ green 213 ◦ blue 197

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

Shades of Cinderella #FFD5C5

Tints of Cinderella #FFD5C5

RGB

 RED value IS 255 (100% from 255) = 38.35%

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

 BLUE value IS 197 (77.34% from 255) = 29.62%

R = 38.35%
G = 32.03%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFD5C5 (or 0xFFD5C5) is known color: Cinderella. HEX triplet: FF, D5 and C5. RGB value is (255,213,197). Sum of RGB (Red+Green+Blue) = 255+213+197=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 197 (77.34% from 255 or 29.62% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5C5 is #002A3A. Grayscale: #DFDFDF. Windows color (decimal): -10811 or 12965375. OLE color: 12965375.

HSL color Cylindrical-coordinate representation of color #FFD5C5: hue angle of 16.55º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFD5C5 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 197 -
CMYK 0 0.16 0.23 0
HSL 16.55º 1% 0.89% -
HSV(B) 16.55º 0.23% 1% -
XYZ 75.11 72.88 62.93 -
YUV 223.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 255 213 197 0 0.16 0.23 0 16.55 1 0.89
Hex FF D5 C5 0 10 17 0 11 64 59
Octal 377 325 305 0 20 27 0 21 144 131
Binary 11111111 11010101 11000101 0 10000 10111 0 10001 1100100 1011001

Color Harmonies of #FFD5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5C5

Black with #FFD5C5

Text Example


Text Example

White with #FFD5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5C5; }

 p { color: rgb(255,213,197); }

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

background-color css

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

 a { background-color: rgb(255,213,197); }

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

border-color css

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

 span { border-color: rgb(255,213,197); }

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