Html Css Color HEX #FEDEDC Misty Rose

📋 copy color: '#FEDEDC'

red 254 ◦ green 222 ◦ blue 220

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

Shades of Misty Rose #FEDEDC

Tints of Misty Rose #FEDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.9%

 BLUE value IS 220 (86.33% from 255) = 31.61%

R = 36.49%
G = 31.9%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEDEDC (or 0xFEDEDC) is known color: Misty Rose. HEX triplet: FE, DE and DC. RGB value is (254,222,220). Sum of RGB (Red+Green+Blue) = 254+222+220=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEDC is #012123. Grayscale: #E7E7E7. Windows color (decimal): -74020 or 14475006. OLE color: 14475006.

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

Color convert

RGB 254 222 220 -
CMYK 0 0.13 0.13 0.00
HSL 3.53º 0.94% 0.93% -
HSV(B) 3.53º 0.13% 1% -
XYZ 79.91 78.48 78.65 -
YUV 231.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 254 222 220 0 0.13 0.13 0.00 3.53 0.94 0.93
Hex FE DE DC 0 D D 0 4 5E 5D
Octal 376 336 334 0 15 15 0 4 136 135
Binary 11111110 11011110 11011100 0 1101 1101 0 100 1011110 1011101

Color Harmonies of #FEDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEDC

Black with #FEDEDC

Text Example


Text Example

White with #FEDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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