Html Css Color HEX #FAAFF6 Lavender Rose

📋 copy color: '#FAAFF6'

red 250 ◦ green 175 ◦ blue 246

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

Shades of Lavender Rose #FAAFF6

Tints of Lavender Rose #FAAFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.66%

R = 37.26%
G = 26.08%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAAFF6 (or 0xFAAFF6) is known color: Lavender Rose. HEX triplet: FA, AF and F6. RGB value is (250,175,246). Sum of RGB (Red+Green+Blue) = 250+175+246=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 175 (68.75% from 255 or 26.08% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF6 is #055009. Grayscale: #CDCDCD. Windows color (decimal): -348170 or 16166906. OLE color: 16166906.

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

Color convert

RGB 250 175 246 -
CMYK 0 0.3 0.02 0.02
HSL 303.2º 0.88% 0.83% -
HSV(B) 303.2º 0.3% 0.98% -
XYZ 71.39 57.64 94.55 -
YUV 205.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 250 175 246 0 0.3 0.02 0.02 303.2 0.88 0.83
Hex FA AF F6 0 1E 2 2 12F 58 53
Octal 372 257 366 0 36 2 2 457 130 123
Binary 11111010 10101111 11110110 0 11110 10 10 100101111 1011000 1010011

Color Harmonies of #FAAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFF6

Black with #FAAFF6

Text Example


Text Example

White with #FAAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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