Html Css Color HEX #FBEFF2 Lavender Blush

📋 copy color: '#FBEFF2'

red 251 ◦ green 239 ◦ blue 242

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

Shades of Lavender Blush #FBEFF2

Tints of Lavender Blush #FBEFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.65%

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

R = 34.29%
G = 32.65%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBEFF2 (or 0xFBEFF2) is known color: Lavender Blush. HEX triplet: FB, EF and F2. RGB value is (251,239,242). Sum of RGB (Red+Green+Blue) = 251+239+242=732 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.29% from 732); Green value is 239 (93.75% from 255 or 32.65% from 732); Blue value is 242 (94.92% from 255 or 33.06% from 732); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFF2 is #04100D. Grayscale: #F2F2F2. Windows color (decimal): -266254 or 15921147. OLE color: 15921147.

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

Color convert

RGB 251 239 242 -
CMYK 0 0.05 0.04 0.02
HSL 345º 0.6% 0.96% -
HSV(B) 345º 0.05% 0.98% -
XYZ 86.68 88.65 96.55 -
YUV 242.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 251 239 242 0 0.05 0.04 0.02 345 0.6 0.96
Hex FB EF F2 0 5 4 2 159 3C 60
Octal 373 357 362 0 5 4 2 531 74 140
Binary 11111011 11101111 11110010 0 101 100 10 101011001 111100 1100000

Color Harmonies of #FBEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEFF2

Black with #FBEFF2

Text Example


Text Example

White with #FBEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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