Html Css Color HEX #FB96E6 Lavender Rose

📋 copy color: '#FB96E6'

red 251 ◦ green 150 ◦ blue 230

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

Shades of Lavender Rose #FB96E6

Tints of Lavender Rose #FB96E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.45%

R = 39.78%
G = 23.77%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB96E6 (or 0xFB96E6) is known color: Lavender Rose. HEX triplet: FB, 96 and E6. RGB value is (251,150,230). Sum of RGB (Red+Green+Blue) = 251+150+230=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB96E6 is #046919. Grayscale: #BDBDBD. Windows color (decimal): -289050 or 15111931. OLE color: 15111931.

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

Color convert

RGB 251 150 230 -
CMYK 0 0.40 0.08 0.02
HSL 312.48º 0.93% 0.79% -
HSV(B) 312.48º 0.4% 0.98% -
XYZ 64.97 48.04 80.71 -
YUV 189.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 251 150 230 0 0.40 0.08 0.02 312.48 0.93 0.79
Hex FB 96 E6 0 28 8 2 138 5D 4F
Octal 373 226 346 0 50 10 2 470 135 117
Binary 11111011 10010110 11100110 0 101000 1000 10 100111000 1011101 1001111

Color Harmonies of #FB96E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96E6

Black with #FB96E6

Text Example


Text Example

White with #FB96E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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