Html Css Color HEX #FEDCCC Cinderella

📋 copy color: '#FEDCCC'

red 254 ◦ green 220 ◦ blue 204

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

Shades of Cinderella #FEDCCC

Tints of Cinderella #FEDCCC

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 value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEDCCC (or 0xFEDCCC) is known color: 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

RGB 254 220 204 -
CMYK 0 0.13 0.20 0.00
HSL 19.2º 0.96% 0.9% -
HSV(B) 19.2º 0.2% 1% -
XYZ 77.37 76.62 67.84 -
YUV 228.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 254 220 204 0 0.13 0.20 0.00 19.2 0.96 0.9
Hex FE DC CC 0 D 14 0 13 60 5A
Octal 376 334 314 0 15 24 0 23 140 132
Binary 11111110 11011100 11001100 0 1101 10100 0 10011 1100000 1011010

Color Harmonies of #FEDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCCC

Black with #FEDCCC

Text Example


Text Example

White with #FEDCCC

Text Example


Text Example

HTML Codes & Css Web 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>