Html Css Color HEX #FA9FEF Lavender Rose

📋 copy color: '#FA9FEF'

red 250 ◦ green 159 ◦ blue 239

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

Shades of Lavender Rose #FA9FEF

Tints of Lavender Rose #FA9FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.54%

 BLUE value IS 239 (93.75% from 255) = 36.88%

R = 38.58%
G = 24.54%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA9FEF (or 0xFA9FEF) is known color: Lavender Rose. HEX triplet: FA, 9F and EF. RGB value is (250,159,239). Sum of RGB (Red+Green+Blue) = 250+159+239=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 159 (62.5% from 255 or 24.54% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9FEF is #056010. Grayscale: #C3C3C3. Windows color (decimal): -352273 or 15704058. OLE color: 15704058.

HSL color Cylindrical-coordinate representation of color #FA9FEF: hue angle of 307.25º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FA9FEF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 239 -
CMYK 0 0.36 0.04 0.02
HSL 307.25º 0.9% 0.8% -
HSV(B) 307.25º 0.36% 0.98% -
XYZ 67.4 51.35 88.02 -
YUV 195.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 250 159 239 0 0.36 0.04 0.02 307.25 0.9 0.8
Hex FA 9F EF 0 24 4 2 133 5A 50
Octal 372 237 357 0 44 4 2 463 132 120
Binary 11111010 10011111 11101111 0 100100 100 10 100110011 1011010 1010000

Color Harmonies of #FA9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9FEF

Black with #FA9FEF

Text Example


Text Example

White with #FA9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9FEF; }

 p { color: rgb(250,159,239); }

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

background-color css

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

 a { background-color: rgb(250,159,239); }

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

border-color css

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

 span { border-color: rgb(250,159,239); }

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