Html Css Color HEX #FFD9CB Cinderella

📋 copy color: '#FFD9CB'

red 255 ◦ green 217 ◦ blue 203

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

Shades of Cinderella #FFD9CB

Tints of Cinderella #FFD9CB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.15%

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

R = 37.78%
G = 32.15%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFD9CB (or 0xFFD9CB) is known color: Cinderella. HEX triplet: FF, D9 and CB. RGB value is (255,217,203). Sum of RGB (Red+Green+Blue) = 255+217+203=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9CB is #002634. Grayscale: #E2E2E2. Windows color (decimal): -9781 or 13359615. OLE color: 13359615.

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

Color convert

RGB 255 217 203 -
CMYK 0 0.15 0.20 0
HSL 16.15º 1% 0.9% -
HSV(B) 16.15º 0.2% 1% -
XYZ 76.83 75.2 66.96 -
YUV 226.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 255 217 203 0 0.15 0.20 0 16.15 1 0.9
Hex FF D9 CB 0 F 14 0 10 64 5A
Octal 377 331 313 0 17 24 0 20 144 132
Binary 11111111 11011001 11001011 0 1111 10100 0 10000 1100100 1011010

Color Harmonies of #FFD9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD9CB

Black with #FFD9CB

Text Example


Text Example

White with #FFD9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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