Html Css Color HEX #FEDCDB Misty Rose

📋 copy color: '#FEDCDB'

red 254 ◦ green 220 ◦ blue 219

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

Shades of Misty Rose #FEDCDB

Tints of Misty Rose #FEDCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.75%

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

R = 36.65%
G = 31.75%
B = 31.6%

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

#FEDCDB (or 0xFEDCDB) is known color: Misty Rose. HEX triplet: FE, DC and DB. RGB value is (254,220,219). Sum of RGB (Red+Green+Blue) = 254+220+219=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCDB is #012324. Grayscale: #E6E6E6. Windows color (decimal): -74533 or 14408958. OLE color: 14408958.

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

Color convert

RGB 254 220 219 -
CMYK 0 0.13 0.14 0.00
HSL 1.71º 0.95% 0.93% -
HSV(B) 1.71º 0.14% 1% -
XYZ 79.25 77.37 77.78 -
YUV 230.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 254 220 219 0 0.13 0.14 0.00 1.71 0.95 0.93
Hex FE DC DB 0 D E 0 2 5F 5D
Octal 376 334 333 0 15 16 0 2 137 135
Binary 11111110 11011100 11011011 0 1101 1110 0 10 1011111 1011101

Color Harmonies of #FEDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCDB

Black with #FEDCDB

Text Example


Text Example

White with #FEDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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