Html Css Color HEX #FFD1C6 Cinderella

📋 copy color: '#FFD1C6'

red 255 ◦ green 209 ◦ blue 198

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

Shades of Cinderella #FFD1C6

Tints of Cinderella #FFD1C6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.57%

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

R = 38.52%
G = 31.57%
B = 29.91%

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

#FFD1C6 (or 0xFFD1C6) is known color: Cinderella. HEX triplet: FF, D1 and C6. RGB value is (255,209,198). Sum of RGB (Red+Green+Blue) = 255+209+198=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 198 (77.73% from 255 or 29.91% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1C6 is #002E39. Grayscale: #DDDDDD. Windows color (decimal): -11834 or 13029887. OLE color: 13029887.

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

Color convert

RGB 255 209 198 -
CMYK 0 0.18 0.22 0
HSL 11.58º 1% 0.89% -
HSV(B) 11.58º 0.22% 1% -
XYZ 74.23 70.94 63.21 -
YUV 221.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 255 209 198 0 0.18 0.22 0 11.58 1 0.89
Hex FF D1 C6 0 12 16 0 C 64 59
Octal 377 321 306 0 22 26 0 14 144 131
Binary 11111111 11010001 11000110 0 10010 10110 0 1100 1100100 1011001

Color Harmonies of #FFD1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD1C6

Black with #FFD1C6

Text Example


Text Example

White with #FFD1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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