Html Css Color HEX #FEDEDB Misty Rose

📋 copy color: '#FEDEDB'

red 254 ◦ green 222 ◦ blue 219

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

Shades of Misty Rose #FEDEDB

Tints of Misty Rose #FEDEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.51%

R = 36.55%
G = 31.94%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEDEDB (or 0xFEDEDB) is known color: Misty Rose. HEX triplet: FE, DE and DB. RGB value is (254,222,219). Sum of RGB (Red+Green+Blue) = 254+222+219=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEDB is #012124. Grayscale: #E7E7E7. Windows color (decimal): -74021 or 14409470. OLE color: 14409470.

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

Color convert

RGB 254 222 219 -
CMYK 0 0.13 0.14 0.00
HSL 5.14º 0.95% 0.93% -
HSV(B) 5.14º 0.14% 1% -
XYZ 79.78 78.43 77.95 -
YUV 231.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 254 222 219 0 0.13 0.14 0.00 5.14 0.95 0.93
Hex FE DE DB 0 D E 0 5 5F 5D
Octal 376 336 333 0 15 16 0 5 137 135
Binary 11111110 11011110 11011011 0 1101 1110 0 101 1011111 1011101

Color Harmonies of #FEDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEDB

Black with #FEDEDB

Text Example


Text Example

White with #FEDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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