Html Css Color HEX #FB94D7 Lavender Rose

📋 copy color: '#FB94D7'

red 251 ◦ green 148 ◦ blue 215

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

Shades of Lavender Rose #FB94D7

Tints of Lavender Rose #FB94D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.02%

R = 40.88%
G = 24.1%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FB94D7 (or 0xFB94D7) is known color: Lavender Rose. HEX triplet: FB, 94 and D7. RGB value is (251,148,215). Sum of RGB (Red+Green+Blue) = 251+148+215=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94D7 is #046B28. Grayscale: #BABABA. Windows color (decimal): -289577 or 14128379. OLE color: 14128379.

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

Color convert

RGB 251 148 215 -
CMYK 0 0.41 0.14 0.02
HSL 320.97º 0.93% 0.78% -
HSV(B) 320.97º 0.41% 0.98% -
XYZ 62.64 46.6 69.98 -
YUV 186.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 251 148 215 0 0.41 0.14 0.02 320.97 0.93 0.78
Hex FB 94 D7 0 29 E 2 141 5D 4E
Octal 373 224 327 0 51 16 2 501 135 116
Binary 11111011 10010100 11010111 0 101001 1110 10 101000001 1011101 1001110

Color Harmonies of #FB94D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB94D7

Black with #FB94D7

Text Example


Text Example

White with #FB94D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB94D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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