Html Css Color HEX #FB96EE Lavender Rose

📋 copy color: '#FB96EE'

red 251 ◦ green 150 ◦ blue 238

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

Shades of Lavender Rose #FB96EE

Tints of Lavender Rose #FB96EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 39.28%
G = 23.47%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB96EE (or 0xFB96EE) is known color: Lavender Rose. HEX triplet: FB, 96 and EE. RGB value is (251,150,238). Sum of RGB (Red+Green+Blue) = 251+150+238=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 150 (58.98% from 255 or 23.47% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB96EE is #046911. Grayscale: #BDBDBD. Windows color (decimal): -289042 or 15636219. OLE color: 15636219.

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

Color convert

RGB 251 150 238 -
CMYK 0 0.40 0.05 0.02
HSL 307.72º 0.93% 0.79% -
HSV(B) 307.72º 0.4% 0.98% -
XYZ 66.12 48.49 86.76 -
YUV 190.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 251 150 238 0 0.40 0.05 0.02 307.72 0.93 0.79
Hex FB 96 EE 0 28 5 2 134 5D 4F
Octal 373 226 356 0 50 5 2 464 135 117
Binary 11111011 10010110 11101110 0 101000 101 10 100110100 1011101 1001111

Color Harmonies of #FB96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96EE

Black with #FB96EE

Text Example


Text Example

White with #FB96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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