Html Css Color HEX #FFD7CB Cinderella

📋 copy color: '#FFD7CB'

red 255 ◦ green 215 ◦ blue 203

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

Shades of Cinderella #FFD7CB

Tints of Cinderella #FFD7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.95%

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

R = 37.89%
G = 31.95%
B = 30.16%

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

#FFD7CB (or 0xFFD7CB) is known color: Cinderella. HEX triplet: FF, D7 and CB. RGB value is (255,215,203). Sum of RGB (Red+Green+Blue) = 255+215+203=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7CB is #002834. Grayscale: #E1E1E1. Windows color (decimal): -10293 or 13359103. OLE color: 13359103.

HSL color Cylindrical-coordinate representation of color #FFD7CB: hue angle of 13.85º 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 #FFD7CB is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 215 203 -
CMYK 0 0.16 0.20 0
HSL 13.85º 1% 0.9% -
HSV(B) 13.85º 0.2% 1% -
XYZ 76.32 74.17 66.79 -
YUV 225.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 255 215 203 0 0.16 0.20 0 13.85 1 0.9
Hex FF D7 CB 0 10 14 0 E 64 5A
Octal 377 327 313 0 20 24 0 16 144 132
Binary 11111111 11010111 11001011 0 10000 10100 0 1110 1100100 1011010

Color Harmonies of #FFD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD7CB

Black with #FFD7CB

Text Example


Text Example

White with #FFD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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