Html Css Color HEX #FAAFD2 Lavender Pink

📋 copy color: '#FAAFD2'

red 250 ◦ green 175 ◦ blue 210

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

Shades of Lavender Pink #FAAFD2

Tints of Lavender Pink #FAAFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.07%

R = 39.37%
G = 27.56%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAAFD2 (or 0xFAAFD2) is known color: Lavender Pink. HEX triplet: FA, AF and D2. RGB value is (250,175,210). Sum of RGB (Red+Green+Blue) = 250+175+210=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFD2 is #05502D. Grayscale: #C9C9C9. Windows color (decimal): -348206 or 13807610. OLE color: 13807610.

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

Color convert

RGB 250 175 210 -
CMYK 0 0.3 0.16 0.02
HSL 332º 0.88% 0.83% -
HSV(B) 332º 0.3% 0.98% -
XYZ 66.39 55.64 68.21 -
YUV 201.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 250 175 210 0 0.3 0.16 0.02 332 0.88 0.83
Hex FA AF D2 0 1E 10 2 14C 58 53
Octal 372 257 322 0 36 20 2 514 130 123
Binary 11111010 10101111 11010010 0 11110 10000 10 101001100 1011000 1010011

Color Harmonies of #FAAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFD2

Black with #FAAFD2

Text Example


Text Example

White with #FAAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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