Html Css Color HEX #FBECF2 Lavender Blush

📋 copy color: '#FBECF2'

red 251 ◦ green 236 ◦ blue 242

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

Shades of Lavender Blush #FBECF2

Tints of Lavender Blush #FBECF2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 32.37%

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

R = 34.43%
G = 32.37%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBECF2 (or 0xFBECF2) is known color: Lavender Blush. HEX triplet: FB, EC and F2. RGB value is (251,236,242). Sum of RGB (Red+Green+Blue) = 251+236+242=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 242 (94.92% from 255 or 33.20% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECF2 is #04130D. Grayscale: #F1F1F1. Windows color (decimal): -267022 or 15920379. OLE color: 15920379.

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

Color convert

RGB 251 236 242 -
CMYK 0 0.06 0.04 0.02
HSL 336º 0.65% 0.95% -
HSV(B) 336º 0.06% 0.98% -
XYZ 85.81 86.91 96.26 -
YUV 241.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 251 236 242 0 0.06 0.04 0.02 336 0.65 0.95
Hex FB EC F2 0 6 4 2 150 41 5F
Octal 373 354 362 0 6 4 2 520 101 137
Binary 11111011 11101100 11110010 0 110 100 10 101010000 1000001 1011111

Color Harmonies of #FBECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBECF2

Black with #FBECF2

Text Example


Text Example

White with #FBECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBECF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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