Html Css Color HEX #FAA5CF Lavender Pink

📋 copy color: '#FAA5CF'

red 250 ◦ green 165 ◦ blue 207

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

Shades of Lavender Pink #FAA5CF

Tints of Lavender Pink #FAA5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.53%

 BLUE value IS 207 (81.25% from 255) = 33.28%

R = 40.19%
G = 26.53%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAA5CF (or 0xFAA5CF) is known color: Lavender Pink. HEX triplet: FA, A5 and CF. RGB value is (250,165,207). Sum of RGB (Red+Green+Blue) = 250+165+207=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5CF is #055A30. Grayscale: #C3C3C3. Windows color (decimal): -350769 or 13608442. OLE color: 13608442.

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

Color convert

RGB 250 165 207 -
CMYK 0 0.34 0.17 0.02
HSL 330.35º 0.89% 0.81% -
HSV(B) 330.35º 0.34% 0.98% -
XYZ 64.14 51.74 65.64 -
YUV 195.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 250 165 207 0 0.34 0.17 0.02 330.35 0.89 0.81
Hex FA A5 CF 0 22 11 2 14A 59 51
Octal 372 245 317 0 42 21 2 512 131 121
Binary 11111010 10100101 11001111 0 100010 10001 10 101001010 1011001 1010001

Color Harmonies of #FAA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5CF

Black with #FAA5CF

Text Example


Text Example

White with #FAA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5CF; }

 p { color: rgb(250,165,207); }

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

background-color css

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

 a { background-color: rgb(250,165,207); }

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

border-color css

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

 span { border-color: rgb(250,165,207); }

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