Html Css Color HEX #FFD5CB Cinderella

📋 copy color: '#FFD5CB'

red 255 ◦ green 213 ◦ blue 203

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

Shades of Cinderella #FFD5CB

Tints of Cinderella #FFD5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.25%

R = 38%
G = 31.74%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFD5CB (or 0xFFD5CB) is known color: Cinderella. HEX triplet: FF, D5 and CB. RGB value is (255,213,203). Sum of RGB (Red+Green+Blue) = 255+213+203=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5CB is #002A34. Grayscale: #E0E0E0. Windows color (decimal): -10805 or 13358591. OLE color: 13358591.

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

Color convert

RGB 255 213 203 -
CMYK 0 0.16 0.20 0
HSL 11.54º 1% 0.9% -
HSV(B) 11.54º 0.2% 1% -
XYZ 75.81 73.16 66.63 -
YUV 224.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 255 213 203 0 0.16 0.20 0 11.54 1 0.9
Hex FF D5 CB 0 10 14 0 C 64 5A
Octal 377 325 313 0 20 24 0 14 144 132
Binary 11111111 11010101 11001011 0 10000 10100 0 1100 1100100 1011010

Color Harmonies of #FFD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5CB

Black with #FFD5CB

Text Example


Text Example

White with #FFD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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