Html Css Color HEX #FBEAF2 Lavender Blush

📋 copy color: '#FBEAF2'

red 251 ◦ green 234 ◦ blue 242

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

Shades of Lavender Blush #FBEAF2

Tints of Lavender Blush #FBEAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.19%

 BLUE value IS 242 (94.92% from 255) = 33.29%

R = 34.53%
G = 32.19%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBEAF2 (or 0xFBEAF2) is known color: Lavender Blush. HEX triplet: FB, EA and F2. RGB value is (251,234,242). Sum of RGB (Red+Green+Blue) = 251+234+242=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAF2 is #04150D. Grayscale: #EFEFEF. Windows color (decimal): -267534 or 15919867. OLE color: 15919867.

HSL color Cylindrical-coordinate representation of color #FBEAF2: hue angle of 331.76º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBEAF2 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 234 242 -
CMYK 0 0.07 0.04 0.02
HSL 331.76º 0.68% 0.95% -
HSV(B) 331.76º 0.07% 0.98% -
XYZ 85.23 85.77 96.07 -
YUV 240 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 251 234 242 0 0.07 0.04 0.02 331.76 0.68 0.95
Hex FB EA F2 0 7 4 2 14C 44 5F
Octal 373 352 362 0 7 4 2 514 104 137
Binary 11111011 11101010 11110010 0 111 100 10 101001100 1000100 1011111

Color Harmonies of #FBEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEAF2

Black with #FBEAF2

Text Example


Text Example

White with #FBEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEAF2; }

 p { color: rgb(251,234,242); }

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

background-color css

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

 a { background-color: rgb(251,234,242); }

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

border-color css

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

 span { border-color: rgb(251,234,242); }

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