Html Css Color HEX #FB93DF Lavender Rose

📋 copy color: '#FB93DF'

red 251 ◦ green 147 ◦ blue 223

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

Shades of Lavender Rose #FB93DF

Tints of Lavender Rose #FB93DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.91%

R = 40.42%
G = 23.67%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB93DF (or 0xFB93DF) is known color: Lavender Rose. HEX triplet: FB, 93 and DF. RGB value is (251,147,223). Sum of RGB (Red+Green+Blue) = 251+147+223=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93DF is #046C20. Grayscale: #BABABA. Windows color (decimal): -289825 or 14652411. OLE color: 14652411.

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

Color convert

RGB 251 147 223 -
CMYK 0 0.41 0.11 0.02
HSL 316.15º 0.93% 0.78% -
HSV(B) 316.15º 0.41% 0.98% -
XYZ 63.54 46.7 75.48 -
YUV 186.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 251 147 223 0 0.41 0.11 0.02 316.15 0.93 0.78
Hex FB 93 DF 0 29 B 2 13C 5D 4E
Octal 373 223 337 0 51 13 2 474 135 116
Binary 11111011 10010011 11011111 0 101001 1011 10 100111100 1011101 1001110

Color Harmonies of #FB93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB93DF

Black with #FB93DF

Text Example


Text Example

White with #FB93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB93DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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