Html Css Color HEX #FAAFF2 Lavender Rose

📋 copy color: '#FAAFF2'

red 250 ◦ green 175 ◦ blue 242

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

Shades of Lavender Rose #FAAFF2

Tints of Lavender Rose #FAAFF2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.24%

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

R = 37.48%
G = 26.24%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAAFF2 (or 0xFAAFF2) is known color: Lavender Rose. HEX triplet: FA, AF and F2. RGB value is (250,175,242). Sum of RGB (Red+Green+Blue) = 250+175+242=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 175 (68.75% from 255 or 26.24% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF2 is #05500D. Grayscale: #CCCCCC. Windows color (decimal): -348174 or 15904762. OLE color: 15904762.

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

Color convert

RGB 250 175 242 -
CMYK 0 0.3 0.03 0.02
HSL 306.4º 0.88% 0.83% -
HSV(B) 306.4º 0.3% 0.98% -
XYZ 70.78 57.39 91.35 -
YUV 205.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 250 175 242 0 0.3 0.03 0.02 306.4 0.88 0.83
Hex FA AF F2 0 1E 3 2 132 58 53
Octal 372 257 362 0 36 3 2 462 130 123
Binary 11111010 10101111 11110010 0 11110 11 10 100110010 1011000 1010011

Color Harmonies of #FAAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFF2

Black with #FAAFF2

Text Example


Text Example

White with #FAAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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