Html Css Color HEX #FAA5F2 Lavender Rose

📋 copy color: '#FAA5F2'

red 250 ◦ green 165 ◦ blue 242

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

Shades of Lavender Rose #FAA5F2

Tints of Lavender Rose #FAA5F2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.11%

 BLUE value IS 242 (94.92% from 255) = 36.83%

R = 38.05%
G = 25.11%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAA5F2 (or 0xFAA5F2) is known color: Lavender Rose. HEX triplet: FA, A5 and F2. RGB value is (250,165,242). Sum of RGB (Red+Green+Blue) = 250+165+242=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 165 (64.84% from 255 or 25.11% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5F2 is #055A0D. Grayscale: #C6C6C6. Windows color (decimal): -350734 or 15902202. OLE color: 15902202.

HSL color Cylindrical-coordinate representation of color #FAA5F2: hue angle of 305.65º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA5F2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 165 242 -
CMYK 0 0.34 0.03 0.02
HSL 305.65º 0.89% 0.81% -
HSV(B) 305.65º 0.34% 0.98% -
XYZ 68.91 53.65 90.73 -
YUV 199.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 250 165 242 0 0.34 0.03 0.02 305.65 0.89 0.81
Hex FA A5 F2 0 22 3 2 132 59 51
Octal 372 245 362 0 42 3 2 462 131 121
Binary 11111010 10100101 11110010 0 100010 11 10 100110010 1011001 1010001

Color Harmonies of #FAA5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5F2

Black with #FAA5F2

Text Example


Text Example

White with #FAA5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5F2; }

 p { color: rgb(250,165,242); }

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

background-color css

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

 a { background-color: rgb(250,165,242); }

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

border-color css

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

 span { border-color: rgb(250,165,242); }

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