Html Css Color HEX #FFD2C6 Cinderella

📋 copy color: '#FFD2C6'

red 255 ◦ green 210 ◦ blue 198

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

Shades of Cinderella #FFD2C6

Tints of Cinderella #FFD2C6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.67%

 BLUE value IS 198 (77.73% from 255) = 29.86%

R = 38.46%
G = 31.67%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFD2C6 (or 0xFFD2C6) is known color: Cinderella. HEX triplet: FF, D2 and C6. RGB value is (255,210,198). Sum of RGB (Red+Green+Blue) = 255+210+198=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 198 (77.73% from 255 or 29.86% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2C6 is #002D39. Grayscale: #DEDEDE. Windows color (decimal): -11578 or 13030143. OLE color: 13030143.

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

Color convert

RGB 255 210 198 -
CMYK 0 0.18 0.22 0
HSL 12.63º 1% 0.89% -
HSV(B) 12.63º 0.22% 1% -
XYZ 74.48 71.43 63.29 -
YUV 222.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 255 210 198 0 0.18 0.22 0 12.63 1 0.89
Hex FF D2 C6 0 12 16 0 D 64 59
Octal 377 322 306 0 22 26 0 15 144 131
Binary 11111111 11010010 11000110 0 10010 10110 0 1101 1100100 1011001

Color Harmonies of #FFD2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD2C6

Black with #FFD2C6

Text Example


Text Example

White with #FFD2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD2C6; }

 p { color: rgb(255,210,198); }

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

background-color css

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

 a { background-color: rgb(255,210,198); }

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

border-color css

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

 span { border-color: rgb(255,210,198); }

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