Html Css Color HEX #FB93E2 Lavender Rose

📋 copy color: '#FB93E2'

red 251 ◦ green 147 ◦ blue 226

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

Shades of Lavender Rose #FB93E2

Tints of Lavender Rose #FB93E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.22%

R = 40.22%
G = 23.56%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB93E2 (or 0xFB93E2) is known color: Lavender Rose. HEX triplet: FB, 93 and E2. RGB value is (251,147,226). Sum of RGB (Red+Green+Blue) = 251+147+226=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93E2 is #046C1D. Grayscale: #BABABA. Windows color (decimal): -289822 or 14849019. OLE color: 14849019.

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

Color convert

RGB 251 147 226 -
CMYK 0 0.41 0.10 0.02
HSL 314.42º 0.93% 0.78% -
HSV(B) 314.42º 0.41% 0.98% -
XYZ 63.94 46.87 77.63 -
YUV 187.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 251 147 226 0 0.41 0.10 0.02 314.42 0.93 0.78
Hex FB 93 E2 0 29 A 2 13A 5D 4E
Octal 373 223 342 0 51 12 2 472 135 116
Binary 11111011 10010011 11100010 0 101001 1010 10 100111010 1011101 1001110

Color Harmonies of #FB93E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB93E2

Black with #FB93E2

Text Example


Text Example

White with #FB93E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB93E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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