Html Css Color HEX #FB94E5 Lavender Rose

📋 copy color: '#FB94E5'

red 251 ◦ green 148 ◦ blue 229

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

Shades of Lavender Rose #FB94E5

Tints of Lavender Rose #FB94E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.46%

R = 39.97%
G = 23.57%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB94E5 (or 0xFB94E5) is known color: Lavender Rose. HEX triplet: FB, 94 and E5. RGB value is (251,148,229). Sum of RGB (Red+Green+Blue) = 251+148+229=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 148 (58.20% from 255 or 23.57% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94E5 is #046B1A. Grayscale: #BBBBBB. Windows color (decimal): -289563 or 15045883. OLE color: 15045883.

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

Color convert

RGB 251 148 229 -
CMYK 0 0.41 0.09 0.02
HSL 312.82º 0.93% 0.78% -
HSV(B) 312.82º 0.41% 0.98% -
XYZ 64.52 47.35 79.87 -
YUV 188.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 251 148 229 0 0.41 0.09 0.02 312.82 0.93 0.78
Hex FB 94 E5 0 29 9 2 139 5D 4E
Octal 373 224 345 0 51 11 2 471 135 116
Binary 11111011 10010100 11100101 0 101001 1001 10 100111001 1011101 1001110

Color Harmonies of #FB94E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB94E5

Black with #FB94E5

Text Example


Text Example

White with #FB94E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB94E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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