Html Css Color HEX #FBE0DE Misty Rose

📋 copy color: '#FBE0DE'

red 251 ◦ green 224 ◦ blue 222

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

Shades of Misty Rose #FBE0DE

Tints of Misty Rose #FBE0DE

RGB

 RED value IS 251 (98.44% from 255) = 36.01%

 GREEN value IS 224 (87.89% from 255) = 32.14%

 BLUE value IS 222 (87.11% from 255) = 31.85%

R = 36.01%
G = 32.14%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBE0DE (or 0xFBE0DE) is known color: Misty Rose. HEX triplet: FB, E0 and DE. RGB value is (251,224,222). Sum of RGB (Red+Green+Blue) = 251+224+222=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0DE is #041F21. Grayscale: #E7E7E7. Windows color (decimal): -270114 or 14606587. OLE color: 14606587.

HSL color Cylindrical-coordinate representation of color #FBE0DE: hue angle of 4.14º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBE0DE is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 224 222 -
CMYK 0 0.11 0.12 0.02
HSL 4.14º 0.78% 0.93% -
HSV(B) 4.14º 0.12% 0.98% -
XYZ 79.62 79.09 80.18 -
YUV 231.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 251 224 222 0 0.11 0.12 0.02 4.14 0.78 0.93
Hex FB E0 DE 0 B C 2 4 4E 5D
Octal 373 340 336 0 13 14 2 4 116 135
Binary 11111011 11100000 11011110 0 1011 1100 10 100 1001110 1011101

Color Harmonies of #FBE0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0DE

Black with #FBE0DE

Text Example


Text Example

White with #FBE0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0DE; }

 p { color: rgb(251,224,222); }

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

background-color css

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

 a { background-color: rgb(251,224,222); }

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

border-color css

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

 span { border-color: rgb(251,224,222); }

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