Html Css Color HEX #FB9BF1 Lavender Rose

📋 copy color: '#FB9BF1'

red 251 ◦ green 155 ◦ blue 241

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

Shades of Lavender Rose #FB9BF1

Tints of Lavender Rose #FB9BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.25%

R = 38.79%
G = 23.96%
B = 37.25%

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

#FB9BF1 (or 0xFB9BF1) is known color: Lavender Rose. HEX triplet: FB, 9B and F1. RGB value is (251,155,241). Sum of RGB (Red+Green+Blue) = 251+155+241=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 155 (60.94% from 255 or 23.96% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9BF1 is #04640E. Grayscale: #C1C1C1. Windows color (decimal): -287759 or 15834107. OLE color: 15834107.

HSL color Cylindrical-coordinate representation of color #FB9BF1: hue angle of 306.25º 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 #FB9BF1 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 155 241 -
CMYK 0 0.38 0.04 0.02
HSL 306.25º 0.92% 0.8% -
HSV(B) 306.25º 0.38% 0.98% -
XYZ 67.38 50.3 89.38 -
YUV 193.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 251 155 241 0 0.38 0.04 0.02 306.25 0.92 0.8
Hex FB 9B F1 0 26 4 2 132 5C 50
Octal 373 233 361 0 46 4 2 462 134 120
Binary 11111011 10011011 11110001 0 100110 100 10 100110010 1011100 1010000

Color Harmonies of #FB9BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9BF1

Black with #FB9BF1

Text Example


Text Example

White with #FB9BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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