Html Css Color HEX #FA92DB Lavender Rose

📋 copy color: '#FA92DB'

red 250 ◦ green 146 ◦ blue 219

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

Shades of Lavender Rose #FA92DB

Tints of Lavender Rose #FA92DB

RGB

 RED value IS 250 (98.05% from 255) = 40.65%

 GREEN value IS 146 (57.42% from 255) = 23.74%

 BLUE value IS 219 (85.94% from 255) = 35.61%

R = 40.65%
G = 23.74%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA92DB (or 0xFA92DB) is known color: Lavender Rose. HEX triplet: FA, 92 and DB. RGB value is (250,146,219). Sum of RGB (Red+Green+Blue) = 250+146+219=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 146 (57.42% from 255 or 23.74% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA92DB is #056D24. Grayscale: #B9B9B9. Windows color (decimal): -355621 or 14390010. OLE color: 14390010.

HSL color Cylindrical-coordinate representation of color #FA92DB: hue angle of 317.88º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA92DB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 146 219 -
CMYK 0 0.42 0.12 0.02
HSL 317.88º 0.91% 0.78% -
HSV(B) 317.88º 0.42% 0.98% -
XYZ 62.49 46 72.6 -
YUV 185.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 250 146 219 0 0.42 0.12 0.02 317.88 0.91 0.78
Hex FA 92 DB 0 2A C 2 13E 5B 4E
Octal 372 222 333 0 52 14 2 476 133 116
Binary 11111010 10010010 11011011 0 101010 1100 10 100111110 1011011 1001110

Color Harmonies of #FA92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA92DB

Black with #FA92DB

Text Example


Text Example

White with #FA92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA92DB; }

 p { color: rgb(250,146,219); }

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

background-color css

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

 a { background-color: rgb(250,146,219); }

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

border-color css

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

 span { border-color: rgb(250,146,219); }

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