Html Css Color HEX #FFD6C7 Cinderella

📋 copy color: '#FFD6C7'

red 255 ◦ green 214 ◦ blue 199

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

Shades of Cinderella #FFD6C7

Tints of Cinderella #FFD6C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 29.79%

R = 38.17%
G = 32.04%
B = 29.79%

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

#FFD6C7 (or 0xFFD6C7) is known color: Cinderella. HEX triplet: FF, D6 and C7. RGB value is (255,214,199). Sum of RGB (Red+Green+Blue) = 255+214+199=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 199 (78.12% from 255 or 29.79% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6C7 is #002938. Grayscale: #E0E0E0. Windows color (decimal): -10553 or 13096703. OLE color: 13096703.

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

Color convert

RGB 255 214 199 -
CMYK 0 0.16 0.22 0
HSL 16.07º 1% 0.89% -
HSV(B) 16.07º 0.22% 1% -
XYZ 75.6 73.48 64.23 -
YUV 224.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 255 214 199 0 0.16 0.22 0 16.07 1 0.89
Hex FF D6 C7 0 10 16 0 10 64 59
Octal 377 326 307 0 20 26 0 20 144 131
Binary 11111111 11010110 11000111 0 10000 10110 0 10000 1100100 1011001

Color Harmonies of #FFD6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6C7

Black with #FFD6C7

Text Example


Text Example

White with #FFD6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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