Html Css Color HEX #FFD6CB Cinderella

📋 copy color: '#FFD6CB'

red 255 ◦ green 214 ◦ blue 203

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

Shades of Cinderella #FFD6CB

Tints of Cinderella #FFD6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.85%

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

R = 37.95%
G = 31.85%
B = 30.21%

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

#FFD6CB (or 0xFFD6CB) is known color: Cinderella. HEX triplet: FF, D6 and CB. RGB value is (255,214,203). Sum of RGB (Red+Green+Blue) = 255+214+203=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6CB is #002934. Grayscale: #E1E1E1. Windows color (decimal): -10549 or 13358847. OLE color: 13358847.

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

Color convert

RGB 255 214 203 -
CMYK 0 0.16 0.20 0
HSL 12.69º 1% 0.9% -
HSV(B) 12.69º 0.2% 1% -
XYZ 76.07 73.66 66.71 -
YUV 225.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 255 214 203 0 0.16 0.20 0 12.69 1 0.9
Hex FF D6 CB 0 10 14 0 D 64 5A
Octal 377 326 313 0 20 24 0 15 144 132
Binary 11111111 11010110 11001011 0 10000 10100 0 1101 1100100 1011010

Color Harmonies of #FFD6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6CB

Black with #FFD6CB

Text Example


Text Example

White with #FFD6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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