Html Css Color HEX #FB96DC Lavender Rose

📋 copy color: '#FB96DC'

red 251 ◦ green 150 ◦ blue 220

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

Shades of Lavender Rose #FB96DC

Tints of Lavender Rose #FB96DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.43%

R = 40.42%
G = 24.15%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB96DC (or 0xFB96DC) is known color: Lavender Rose. HEX triplet: FB, 96 and DC. RGB value is (251,150,220). Sum of RGB (Red+Green+Blue) = 251+150+220=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96DC is #046923. Grayscale: #BCBCBC. Windows color (decimal): -289060 or 14456571. OLE color: 14456571.

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

Color convert

RGB 251 150 220 -
CMYK 0 0.40 0.12 0.02
HSL 318.42º 0.93% 0.79% -
HSV(B) 318.42º 0.4% 0.98% -
XYZ 63.61 47.49 73.52 -
YUV 188.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 251 150 220 0 0.40 0.12 0.02 318.42 0.93 0.79
Hex FB 96 DC 0 28 C 2 13E 5D 4F
Octal 373 226 334 0 50 14 2 476 135 117
Binary 11111011 10010110 11011100 0 101000 1100 10 100111110 1011101 1001111

Color Harmonies of #FB96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96DC

Black with #FB96DC

Text Example


Text Example

White with #FB96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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