Html Css Color HEX #FEDDCE Cinderella

📋 copy color: '#FEDDCE'

red 254 ◦ green 221 ◦ blue 206

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

Shades of Cinderella #FEDDCE

Tints of Cinderella #FEDDCE

RGB

 RED value IS 254 (99.61% from 255) = 37.3%

 GREEN value IS 221 (86.72% from 255) = 32.45%

 BLUE value IS 206 (80.86% from 255) = 30.25%

R = 37.3%
G = 32.45%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEDDCE (or 0xFEDDCE) is known color: Cinderella. HEX triplet: FE, DD and CE. RGB value is (254,221,206). Sum of RGB (Red+Green+Blue) = 254+221+206=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDCE is #012231. Grayscale: #E5E5E5. Windows color (decimal): -74290 or 13557246. OLE color: 13557246.

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

Color convert

RGB 254 221 206 -
CMYK 0 0.13 0.19 0.00
HSL 18.75º 0.96% 0.9% -
HSV(B) 18.75º 0.19% 1% -
XYZ 77.87 77.24 69.2 -
YUV 229.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 254 221 206 0 0.13 0.19 0.00 18.75 0.96 0.9
Hex FE DD CE 0 D 13 0 13 60 5A
Octal 376 335 316 0 15 23 0 23 140 132
Binary 11111110 11011101 11001110 0 1101 10011 0 10011 1100000 1011010

Color Harmonies of #FEDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDCE

Black with #FEDDCE

Text Example


Text Example

White with #FEDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDCE; }

 p { color: rgb(254,221,206); }

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

background-color css

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

 a { background-color: rgb(254,221,206); }

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

border-color css

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

 span { border-color: rgb(254,221,206); }

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