Html Css Color HEX #FFD4C6 Cinderella

📋 copy color: '#FFD4C6'

red 255 ◦ green 212 ◦ blue 198

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

Shades of Cinderella #FFD4C6

Tints of Cinderella #FFD4C6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.88%

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

R = 38.35%
G = 31.88%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFD4C6 (or 0xFFD4C6) is known color: Cinderella. HEX triplet: FF, D4 and C6. RGB value is (255,212,198). Sum of RGB (Red+Green+Blue) = 255+212+198=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 198 (77.73% from 255 or 29.77% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4C6 is #002B39. Grayscale: #DFDFDF. Windows color (decimal): -11066 or 13030655. OLE color: 13030655.

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

Color convert

RGB 255 212 198 -
CMYK 0 0.17 0.22 0
HSL 14.74º 1% 0.89% -
HSV(B) 14.74º 0.22% 1% -
XYZ 74.98 72.42 63.45 -
YUV 223.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 255 212 198 0 0.17 0.22 0 14.74 1 0.89
Hex FF D4 C6 0 11 16 0 F 64 59
Octal 377 324 306 0 21 26 0 17 144 131
Binary 11111111 11010100 11000110 0 10001 10110 0 1111 1100100 1011001

Color Harmonies of #FFD4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4C6

Black with #FFD4C6

Text Example


Text Example

White with #FFD4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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