Html Css Color HEX #FBEDF8 Lavender Blush

📋 copy color: '#FBEDF8'

red 251 ◦ green 237 ◦ blue 248

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

Shades of Lavender Blush #FBEDF8

Tints of Lavender Blush #FBEDF8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.2%

 BLUE value IS 248 (97.27% from 255) = 33.7%

R = 34.1%
G = 32.2%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBEDF8 (or 0xFBEDF8) is known color: Lavender Blush. HEX triplet: FB, ED and F8. RGB value is (251,237,248). Sum of RGB (Red+Green+Blue) = 251+237+248=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 237 (92.97% from 255 or 32.20% from 736); Blue value is 248 (97.27% from 255 or 33.70% from 736); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDF8 is #041207. Grayscale: #F2F2F2. Windows color (decimal): -266760 or 16313851. OLE color: 16313851.

HSL color Cylindrical-coordinate representation of color #FBEDF8: hue angle of 312.86º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBEDF8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 237 248 -
CMYK 0 0.06 0.01 0.02
HSL 312.86º 0.64% 0.96% -
HSV(B) 312.86º 0.06% 0.98% -
XYZ 87.01 87.85 101.18 -
YUV 242.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 251 237 248 0 0.06 0.01 0.02 312.86 0.64 0.96
Hex FB ED F8 0 6 1 2 139 40 60
Octal 373 355 370 0 6 1 2 471 100 140
Binary 11111011 11101101 11111000 0 110 1 10 100111001 1000000 1100000

Color Harmonies of #FBEDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEDF8

Black with #FBEDF8

Text Example


Text Example

White with #FBEDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEDF8; }

 p { color: rgb(251,237,248); }

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

background-color css

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

 a { background-color: rgb(251,237,248); }

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

border-color css

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

 span { border-color: rgb(251,237,248); }

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