Html Css Color HEX #FB94DB Lavender Rose

📋 copy color: '#FB94DB'

red 251 ◦ green 148 ◦ blue 219

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

Shades of Lavender Rose #FB94DB

Tints of Lavender Rose #FB94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.95%

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 40.61%
G = 23.95%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB94DB (or 0xFB94DB) is known color: Lavender Rose. HEX triplet: FB, 94 and DB. RGB value is (251,148,219). Sum of RGB (Red+Green+Blue) = 251+148+219=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94DB is #046B24. Grayscale: #BABABA. Windows color (decimal): -289573 or 14390523. OLE color: 14390523.

HSL color Cylindrical-coordinate representation of color #FB94DB: hue angle of 318.64º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB94DB is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 148 219 -
CMYK 0 0.41 0.13 0.02
HSL 318.64º 0.93% 0.78% -
HSV(B) 318.64º 0.41% 0.98% -
XYZ 63.16 46.8 72.72 -
YUV 186.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 251 148 219 0 0.41 0.13 0.02 318.64 0.93 0.78
Hex FB 94 DB 0 29 D 2 13F 5D 4E
Octal 373 224 333 0 51 15 2 477 135 116
Binary 11111011 10010100 11011011 0 101001 1101 10 100111111 1011101 1001110

Color Harmonies of #FB94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB94DB

Black with #FB94DB

Text Example


Text Example

White with #FB94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB94DB; }

 p { color: rgb(251,148,219); }

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

background-color css

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

 a { background-color: rgb(251,148,219); }

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

border-color css

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

 span { border-color: rgb(251,148,219); }

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