Html Css Color HEX #FBE0DD Misty Rose

📋 copy color: '#FBE0DD'

red 251 ◦ green 224 ◦ blue 221

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

Shades of Misty Rose #FBE0DD

Tints of Misty Rose #FBE0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.75%

R = 36.06%
G = 32.18%
B = 31.75%

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

#FBE0DD (or 0xFBE0DD) is known color: Misty Rose. HEX triplet: FB, E0 and DD. RGB value is (251,224,221). Sum of RGB (Red+Green+Blue) = 251+224+221=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0DD is #041F22. Grayscale: #E7E7E7. Windows color (decimal): -270115 or 14541051. OLE color: 14541051.

HSL color Cylindrical-coordinate representation of color #FBE0DD: hue angle of 6º degrees, saturation: 0.79, 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 #FBE0DD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 224 221 -
CMYK 0 0.11 0.12 0.02
HSL 0.79% 0.93% -
HSV(B) 0.12% 0.98% -
XYZ 79.49 79.04 79.47 -
YUV 231.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 251 224 221 0 0.11 0.12 0.02 6 0.79 0.93
Hex FB E0 DD 0 B C 2 6 4F 5D
Octal 373 340 335 0 13 14 2 6 117 135
Binary 11111011 11100000 11011101 0 1011 1100 10 110 1001111 1011101

Color Harmonies of #FBE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0DD

Black with #FBE0DD

Text Example


Text Example

White with #FBE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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