Html Css Color HEX #FFD6C6 Cinderella

📋 copy color: '#FFD6C6'

red 255 ◦ green 214 ◦ blue 198

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

Shades of Cinderella #FFD6C6

Tints of Cinderella #FFD6C6

RGB

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

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

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

R = 38.23%
G = 32.08%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFD6C6 (or 0xFFD6C6) is known color: Cinderella. HEX triplet: FF, D6 and C6. RGB value is (255,214,198). Sum of RGB (Red+Green+Blue) = 255+214+198=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 198 (77.73% from 255 or 29.69% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6C6 is #002939. Grayscale: #E0E0E0. Windows color (decimal): -10554 or 13031167. OLE color: 13031167.

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

Color convert

RGB 255 214 198 -
CMYK 0 0.16 0.22 0
HSL 16.84º 1% 0.89% -
HSV(B) 16.84º 0.22% 1% -
XYZ 75.48 73.43 63.62 -
YUV 224.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 255 214 198 0 0.16 0.22 0 16.84 1 0.89
Hex FF D6 C6 0 10 16 0 11 64 59
Octal 377 326 306 0 20 26 0 21 144 131
Binary 11111111 11010110 11000110 0 10000 10110 0 10001 1100100 1011001

Color Harmonies of #FFD6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6C6

Black with #FFD6C6

Text Example


Text Example

White with #FFD6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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