Html Css Color HEX #FB96F0 Lavender Rose

📋 copy color: '#FB96F0'

red 251 ◦ green 150 ◦ blue 240

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

Shades of Lavender Rose #FB96F0

Tints of Lavender Rose #FB96F0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.4%

 BLUE value IS 240 (94.14% from 255) = 37.44%

R = 39.16%
G = 23.4%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB96F0 (or 0xFB96F0) is known color: Lavender Rose. HEX triplet: FB, 96 and F0. RGB value is (251,150,240). Sum of RGB (Red+Green+Blue) = 251+150+240=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 150 (58.98% from 255 or 23.40% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB96F0 is #04690F. Grayscale: #BEBEBE. Windows color (decimal): -289040 or 15767291. OLE color: 15767291.

HSL color Cylindrical-coordinate representation of color #FB96F0: hue angle of 306.53º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96F0 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 150 240 -
CMYK 0 0.40 0.04 0.02
HSL 306.53º 0.93% 0.79% -
HSV(B) 306.53º 0.4% 0.98% -
XYZ 66.42 48.61 88.32 -
YUV 190.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 251 150 240 0 0.40 0.04 0.02 306.53 0.93 0.79
Hex FB 96 F0 0 28 4 2 133 5D 4F
Octal 373 226 360 0 50 4 2 463 135 117
Binary 11111011 10010110 11110000 0 101000 100 10 100110011 1011101 1001111

Color Harmonies of #FB96F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96F0

Black with #FB96F0

Text Example


Text Example

White with #FB96F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96F0; }

 p { color: rgb(251,150,240); }

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

background-color css

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

 a { background-color: rgb(251,150,240); }

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

border-color css

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

 span { border-color: rgb(251,150,240); }

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