Html Css Color HEX #FEDFDC Misty Rose

📋 copy color: '#FEDFDC'

red 254 ◦ green 223 ◦ blue 220

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

Shades of Misty Rose #FEDFDC

Tints of Misty Rose #FEDFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.99%

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

R = 36.44%
G = 31.99%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEDFDC (or 0xFEDFDC) is known color: Misty Rose. HEX triplet: FE, DF and DC. RGB value is (254,223,220). Sum of RGB (Red+Green+Blue) = 254+223+220=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFDC is #012023. Grayscale: #E7E7E7. Windows color (decimal): -73764 or 14475262. OLE color: 14475262.

HSL color Cylindrical-coordinate representation of color #FEDFDC: hue angle of 5.29º 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 #FEDFDC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 223 220 -
CMYK 0 0.12 0.13 0.00
HSL 5.29º 0.94% 0.93% -
HSV(B) 5.29º 0.13% 1% -
XYZ 80.18 79.01 78.74 -
YUV 231.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 254 223 220 0 0.12 0.13 0.00 5.29 0.94 0.93
Hex FE DF DC 0 C D 0 5 5E 5D
Octal 376 337 334 0 14 15 0 5 136 135
Binary 11111110 11011111 11011100 0 1100 1101 0 101 1011110 1011101

Color Harmonies of #FEDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFDC

Black with #FEDFDC

Text Example


Text Example

White with #FEDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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