Html Css Color HEX #FB9EF2 Lavender Rose

📋 copy color: '#FB9EF2'

red 251 ◦ green 158 ◦ blue 242

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

Shades of Lavender Rose #FB9EF2

Tints of Lavender Rose #FB9EF2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.27%

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

R = 38.56%
G = 24.27%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB9EF2 (or 0xFB9EF2) is known color: Lavender Rose. HEX triplet: FB, 9E and F2. RGB value is (251,158,242). Sum of RGB (Red+Green+Blue) = 251+158+242=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 158 (62.11% from 255 or 24.27% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9EF2 is #04610D. Grayscale: #C3C3C3. Windows color (decimal): -286990 or 15900411. OLE color: 15900411.

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

Color convert

RGB 251 158 242 -
CMYK 0 0.37 0.04 0.02
HSL 305.81º 0.92% 0.8% -
HSV(B) 305.81º 0.37% 0.98% -
XYZ 68.04 51.37 90.33 -
YUV 195.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 251 158 242 0 0.37 0.04 0.02 305.81 0.92 0.8
Hex FB 9E F2 0 25 4 2 132 5C 50
Octal 373 236 362 0 45 4 2 462 134 120
Binary 11111011 10011110 11110010 0 100101 100 10 100110010 1011100 1010000

Color Harmonies of #FB9EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9EF2

Black with #FB9EF2

Text Example


Text Example

White with #FB9EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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