Html Css Color HEX #FAA4F2 Lavender Rose

📋 copy color: '#FAA4F2'

red 250 ◦ green 164 ◦ blue 242

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

Shades of Lavender Rose #FAA4F2

Tints of Lavender Rose #FAA4F2

RGB

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

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

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

R = 38.11%
G = 25%
B = 36.89%

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

#FAA4F2 (or 0xFAA4F2) is known color: Lavender Rose. HEX triplet: FA, A4 and F2. RGB value is (250,164,242). Sum of RGB (Red+Green+Blue) = 250+164+242=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 164 (64.45% from 255 or 25% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA4F2 is #055B0D. Grayscale: #C6C6C6. Windows color (decimal): -350990 or 15901946. OLE color: 15901946.

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

Color convert

RGB 250 164 242 -
CMYK 0 0.34 0.03 0.02
HSL 305.58º 0.9% 0.81% -
HSV(B) 305.58º 0.34% 0.98% -
XYZ 68.73 53.29 90.67 -
YUV 198.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 250 164 242 0 0.34 0.03 0.02 305.58 0.9 0.81
Hex FA A4 F2 0 22 3 2 132 5A 51
Octal 372 244 362 0 42 3 2 462 132 121
Binary 11111010 10100100 11110010 0 100010 11 10 100110010 1011010 1010001

Color Harmonies of #FAA4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4F2

Black with #FAA4F2

Text Example


Text Example

White with #FAA4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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