Html Css Color HEX #FAAFF1 Lavender Rose

📋 copy color: '#FAAFF1'

red 250 ◦ green 175 ◦ blue 241

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

Shades of Lavender Rose #FAAFF1

Tints of Lavender Rose #FAAFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.19%

R = 37.54%
G = 26.28%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAAFF1 (or 0xFAAFF1) is known color: Lavender Rose. HEX triplet: FA, AF and F1. RGB value is (250,175,241). Sum of RGB (Red+Green+Blue) = 250+175+241=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 175 (68.75% from 255 or 26.28% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF1 is #05500E. Grayscale: #CCCCCC. Windows color (decimal): -348175 or 15839226. OLE color: 15839226.

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

Color convert

RGB 250 175 241 -
CMYK 0 0.3 0.04 0.02
HSL 307.2º 0.88% 0.83% -
HSV(B) 307.2º 0.3% 0.98% -
XYZ 70.63 57.33 90.56 -
YUV 204.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 250 175 241 0 0.3 0.04 0.02 307.2 0.88 0.83
Hex FA AF F1 0 1E 4 2 133 58 53
Octal 372 257 361 0 36 4 2 463 130 123
Binary 11111010 10101111 11110001 0 11110 100 10 100110011 1011000 1010011

Color Harmonies of #FAAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFF1

Black with #FAAFF1

Text Example


Text Example

White with #FAAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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