Html Css Color HEX #FFD6C9 Cinderella

📋 copy color: '#FFD6C9'

red 255 ◦ green 214 ◦ blue 201

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

Shades of Cinderella #FFD6C9

Tints of Cinderella #FFD6C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 30%

R = 38.06%
G = 31.94%
B = 30%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFD6C9 (or 0xFFD6C9) is known color: Cinderella. HEX triplet: FF, D6 and C9. RGB value is (255,214,201). Sum of RGB (Red+Green+Blue) = 255+214+201=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6C9 is #002936. Grayscale: #E0E0E0. Windows color (decimal): -10551 or 13227775. OLE color: 13227775.

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

Color convert

RGB 255 214 201 -
CMYK 0 0.16 0.21 0
HSL 14.44º 1% 0.89% -
HSV(B) 14.44º 0.21% 1% -
XYZ 75.83 73.57 65.46 -
YUV 224.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 255 214 201 0 0.16 0.21 0 14.44 1 0.89
Hex FF D6 C9 0 10 15 0 E 64 59
Octal 377 326 311 0 20 25 0 16 144 131
Binary 11111111 11010110 11001001 0 10000 10101 0 1110 1100100 1011001

Color Harmonies of #FFD6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6C9

Black with #FFD6C9

Text Example


Text Example

White with #FFD6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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