Html Css Color HEX #FED3C4 Cinderella

📋 copy color: '#FED3C4'

red 254 ◦ green 211 ◦ blue 196

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

Shades of Cinderella #FED3C4

Tints of Cinderella #FED3C4

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.92%

 BLUE value IS 196 (76.95% from 255) = 29.65%

R = 38.43%
G = 31.92%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FED3C4 (or 0xFED3C4) is known color: Cinderella. HEX triplet: FE, D3 and C4. RGB value is (254,211,196). Sum of RGB (Red+Green+Blue) = 254+211+196=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 196 (76.95% from 255 or 29.65% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3C4 is #012C3B. Grayscale: #DEDEDE. Windows color (decimal): -76860 or 12899326. OLE color: 12899326.

HSL color Cylindrical-coordinate representation of color #FED3C4: hue angle of 15.52º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FED3C4 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 211 196 -
CMYK 0 0.17 0.23 0.00
HSL 15.52º 0.97% 0.88% -
HSV(B) 15.52º 0.23% 1% -
XYZ 74.13 71.64 62.15 -
YUV 222.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 254 211 196 0 0.17 0.23 0.00 15.52 0.97 0.88
Hex FE D3 C4 0 11 17 0 10 61 58
Octal 376 323 304 0 21 27 0 20 141 130
Binary 11111110 11010011 11000100 0 10001 10111 0 10000 1100001 1011000

Color Harmonies of #FED3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3C4

Black with #FED3C4

Text Example


Text Example

White with #FED3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3C4; }

 p { color: rgb(254,211,196); }

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

background-color css

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

 a { background-color: rgb(254,211,196); }

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

border-color css

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

 span { border-color: rgb(254,211,196); }

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