Html Css Color HEX #FB93E6 Lavender Rose

📋 copy color: '#FB93E6'

red 251 ◦ green 147 ◦ blue 230

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

Shades of Lavender Rose #FB93E6

Tints of Lavender Rose #FB93E6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.41%

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

R = 39.97%
G = 23.41%
B = 36.62%

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

#FB93E6 (or 0xFB93E6) is known color: Lavender Rose. HEX triplet: FB, 93 and E6. RGB value is (251,147,230). Sum of RGB (Red+Green+Blue) = 251+147+230=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB93E6 is #046C19. Grayscale: #BBBBBB. Windows color (decimal): -289818 or 15111163. OLE color: 15111163.

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

Color convert

RGB 251 147 230 -
CMYK 0 0.41 0.08 0.02
HSL 312.12º 0.93% 0.78% -
HSV(B) 312.12º 0.41% 0.98% -
XYZ 64.5 47.09 80.55 -
YUV 187.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 251 147 230 0 0.41 0.08 0.02 312.12 0.93 0.78
Hex FB 93 E6 0 29 8 2 138 5D 4E
Octal 373 223 346 0 51 10 2 470 135 116
Binary 11111011 10010011 11100110 0 101001 1000 10 100111000 1011101 1001110

Color Harmonies of #FB93E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB93E6

Black with #FB93E6

Text Example


Text Example

White with #FB93E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB93E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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