Html Css Color HEX #FFD5C6 Cinderella

📋 copy color: '#FFD5C6'

red 255 ◦ green 213 ◦ blue 198

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

Shades of Cinderella #FFD5C6

Tints of Cinderella #FFD5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.73%

R = 38.29%
G = 31.98%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFD5C6 (or 0xFFD5C6) is known color: Cinderella. HEX triplet: FF, D5 and C6. RGB value is (255,213,198). Sum of RGB (Red+Green+Blue) = 255+213+198=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 198 (77.73% from 255 or 29.73% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5C6 is #002A39. Grayscale: #DFDFDF. Windows color (decimal): -10810 or 13030911. OLE color: 13030911.

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

Color convert

RGB 255 213 198 -
CMYK 0 0.16 0.22 0
HSL 15.79º 1% 0.89% -
HSV(B) 15.79º 0.22% 1% -
XYZ 75.23 72.93 63.54 -
YUV 223.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 255 213 198 0 0.16 0.22 0 15.79 1 0.89
Hex FF D5 C6 0 10 16 0 10 64 59
Octal 377 325 306 0 20 26 0 20 144 131
Binary 11111111 11010101 11000110 0 10000 10110 0 10000 1100100 1011001

Color Harmonies of #FFD5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5C6

Black with #FFD5C6

Text Example


Text Example

White with #FFD5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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