Html Css Color HEX #FB96E4 Lavender Rose

📋 copy color: '#FB96E4'

red 251 ◦ green 150 ◦ blue 228

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

Shades of Lavender Rose #FB96E4

Tints of Lavender Rose #FB96E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.25%

R = 39.9%
G = 23.85%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB96E4 (or 0xFB96E4) is known color: Lavender Rose. HEX triplet: FB, 96 and E4. RGB value is (251,150,228). Sum of RGB (Red+Green+Blue) = 251+150+228=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96E4 is #04691B. Grayscale: #BCBCBC. Windows color (decimal): -289052 or 14980859. OLE color: 14980859.

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

Color convert

RGB 251 150 228 -
CMYK 0 0.40 0.09 0.02
HSL 313.66º 0.93% 0.79% -
HSV(B) 313.66º 0.4% 0.98% -
XYZ 64.69 47.92 79.24 -
YUV 189.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 251 150 228 0 0.40 0.09 0.02 313.66 0.93 0.79
Hex FB 96 E4 0 28 9 2 13A 5D 4F
Octal 373 226 344 0 50 11 2 472 135 117
Binary 11111011 10010110 11100100 0 101000 1001 10 100111010 1011101 1001111

Color Harmonies of #FB96E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96E4

Black with #FB96E4

Text Example


Text Example

White with #FB96E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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