Html Css Color HEX #FB9BF2 Lavender Rose

📋 copy color: '#FB9BF2'

red 251 ◦ green 155 ◦ blue 242

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

Shades of Lavender Rose #FB9BF2

Tints of Lavender Rose #FB9BF2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 23.92%

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

R = 38.73%
G = 23.92%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB9BF2 (or 0xFB9BF2) is known color: Lavender Rose. HEX triplet: FB, 9B and F2. RGB value is (251,155,242). Sum of RGB (Red+Green+Blue) = 251+155+242=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 155 (60.94% from 255 or 23.92% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9BF2 is #04640D. Grayscale: #C1C1C1. Windows color (decimal): -287758 or 15899643. OLE color: 15899643.

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

Color convert

RGB 251 155 242 -
CMYK 0 0.38 0.04 0.02
HSL 305.63º 0.92% 0.8% -
HSV(B) 305.63º 0.38% 0.98% -
XYZ 67.53 50.36 90.17 -
YUV 193.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 251 155 242 0 0.38 0.04 0.02 305.63 0.92 0.8
Hex FB 9B F2 0 26 4 2 132 5C 50
Octal 373 233 362 0 46 4 2 462 134 120
Binary 11111011 10011011 11110010 0 100110 100 10 100110010 1011100 1010000

Color Harmonies of #FB9BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9BF2

Black with #FB9BF2

Text Example


Text Example

White with #FB9BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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