Html Css Color HEX #FAA4F0 Lavender Rose

📋 copy color: '#FAA4F0'

red 250 ◦ green 164 ◦ blue 240

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

Shades of Lavender Rose #FAA4F0

Tints of Lavender Rose #FAA4F0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.08%

 BLUE value IS 240 (94.14% from 255) = 36.7%

R = 38.23%
G = 25.08%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAA4F0 (or 0xFAA4F0) is known color: Lavender Rose. HEX triplet: FA, A4 and F0. RGB value is (250,164,240). Sum of RGB (Red+Green+Blue) = 250+164+240=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 164 (64.45% from 255 or 25.08% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA4F0 is #055B0F. Grayscale: #C6C6C6. Windows color (decimal): -350992 or 15770874. OLE color: 15770874.

HSL color Cylindrical-coordinate representation of color #FAA4F0: hue angle of 306.98º degrees, saturation: 0.9, 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 #FAA4F0 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 164 240 -
CMYK 0 0.34 0.04 0.02
HSL 306.98º 0.9% 0.81% -
HSV(B) 306.98º 0.34% 0.98% -
XYZ 68.43 53.17 89.09 -
YUV 198.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 250 164 240 0 0.34 0.04 0.02 306.98 0.9 0.81
Hex FA A4 F0 0 22 4 2 133 5A 51
Octal 372 244 360 0 42 4 2 463 132 121
Binary 11111010 10100100 11110000 0 100010 100 10 100110011 1011010 1010001

Color Harmonies of #FAA4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4F0

Black with #FAA4F0

Text Example


Text Example

White with #FAA4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4F0; }

 p { color: rgb(250,164,240); }

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

background-color css

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

 a { background-color: rgb(250,164,240); }

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

border-color css

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

 span { border-color: rgb(250,164,240); }

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