Html Css Color HEX #FB94E6 Lavender Rose

📋 copy color: '#FB94E6'

red 251 ◦ green 148 ◦ blue 230

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

Shades of Lavender Rose #FB94E6

Tints of Lavender Rose #FB94E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.57%

R = 39.9%
G = 23.53%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB94E6 (or 0xFB94E6) is known color: Lavender Rose. HEX triplet: FB, 94 and E6. RGB value is (251,148,230). Sum of RGB (Red+Green+Blue) = 251+148+230=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 148 (58.20% from 255 or 23.53% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB94E6 is #046B19. Grayscale: #BBBBBB. Windows color (decimal): -289562 or 15111419. OLE color: 15111419.

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

Color convert

RGB 251 148 230 -
CMYK 0 0.41 0.08 0.02
HSL 312.23º 0.93% 0.78% -
HSV(B) 312.23º 0.41% 0.98% -
XYZ 64.66 47.4 80.6 -
YUV 188.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 251 148 230 0 0.41 0.08 0.02 312.23 0.93 0.78
Hex FB 94 E6 0 29 8 2 138 5D 4E
Octal 373 224 346 0 51 10 2 470 135 116
Binary 11111011 10010100 11100110 0 101001 1000 10 100111000 1011101 1001110

Color Harmonies of #FB94E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB94E6

Black with #FB94E6

Text Example


Text Example

White with #FB94E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB94E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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