Html Css Color HEX #FBF0F2 Lavender Blush

📋 copy color: '#FBF0F2'

red 251 ◦ green 240 ◦ blue 242

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

Shades of Lavender Blush #FBF0F2

Tints of Lavender Blush #FBF0F2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.74%

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

R = 34.24%
G = 32.74%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBF0F2 (or 0xFBF0F2) is known color: Lavender Blush. HEX triplet: FB, F0 and F2. RGB value is (251,240,242). Sum of RGB (Red+Green+Blue) = 251+240+242=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 240 (94.14% from 255 or 32.74% from 733); Blue value is 242 (94.92% from 255 or 33.02% from 733); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0F2 is #040F0D. Grayscale: #F3F3F3. Windows color (decimal): -265998 or 15921403. OLE color: 15921403.

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

Color convert

RGB 251 240 242 -
CMYK 0 0.04 0.04 0.02
HSL 349.09º 0.58% 0.96% -
HSV(B) 349.09º 0.04% 0.98% -
XYZ 86.97 89.24 96.65 -
YUV 243.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 251 240 242 0 0.04 0.04 0.02 349.09 0.58 0.96
Hex FB F0 F2 0 4 4 2 15D 3A 60
Octal 373 360 362 0 4 4 2 535 72 140
Binary 11111011 11110000 11110010 0 100 100 10 101011101 111010 1100000

Color Harmonies of #FBF0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF0F2

Black with #FBF0F2

Text Example


Text Example

White with #FBF0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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