Html Css Color HEX #FEDDDC Misty Rose

📋 copy color: '#FEDDDC'

red 254 ◦ green 221 ◦ blue 220

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

Shades of Misty Rose #FEDDDC

Tints of Misty Rose #FEDDDC

RGB

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

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

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

R = 36.55%
G = 31.8%
B = 31.65%

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

#FEDDDC (or 0xFEDDDC) is known color: Misty Rose. HEX triplet: FE, DD and DC. RGB value is (254,221,220). Sum of RGB (Red+Green+Blue) = 254+221+220=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDDC is #012223. Grayscale: #E6E6E6. Windows color (decimal): -74276 or 14474750. OLE color: 14474750.

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

Color convert

RGB 254 221 220 -
CMYK 0 0.13 0.13 0.00
HSL 1.76º 0.94% 0.93% -
HSV(B) 1.76º 0.13% 1% -
XYZ 79.65 77.95 78.56 -
YUV 230.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 254 221 220 0 0.13 0.13 0.00 1.76 0.94 0.93
Hex FE DD DC 0 D D 0 2 5E 5D
Octal 376 335 334 0 15 15 0 2 136 135
Binary 11111110 11011101 11011100 0 1101 1101 0 10 1011110 1011101

Color Harmonies of #FEDDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDDC

Black with #FEDDDC

Text Example


Text Example

White with #FEDDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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