#FEDCCC

Color #FEDCCC Cinderella (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinderella #FEDCCC

Tints of Cinderella #FEDCCC

Color information

#FEDCCC (or 0xFEDCCC) is unknown color: approx Cinderella. HEX triplet: FE, DC and CC. RGB value is (254,220,204). Sum of RGB (Red+Green+Blue) = 254+220+204=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCCC is #012333. Grayscale: #E4E4E4. Windows color (decimal): -74548 or 13425918. OLE color: 13425918.

HSL color Cylindrical-coordinate representation of color #FEDCCC: hue angle of 19.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEDCCC is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254220204-
CMYK00.130.200.00
HSL19.2º96.15%89.8%-
HSV(B)19.2º19.69%99.61%-
XYZ77.3776.6267.84-
YUV228.34114.26146.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 204 (80.08% from 255) = 30.09%
R=37.46%
G=32.45%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422020400.130.200.0019.296.1589.8
HexFEDCCC0D14013605a
Octal37633431401524023140132
Binary111111101101110011001100011011010001001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCCC; }

 p { color: rgb(254,220,204); }

 H1.HeaderClassName
 {
   color: #FEDCCC;
 }
 .AnyTagClassName
 {
   color: #FEDCCC;
 }
</style>
background-color css

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

 a { background-color: rgb(254,220,204); }

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

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

 span { border-color: rgb(254,220,204); }

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