Html Css Color HEX #FAA3CF Lavender Pink

📋 copy color: '#FAA3CF'

red 250 ◦ green 163 ◦ blue 207

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

Shades of Lavender Pink #FAA3CF

Tints of Lavender Pink #FAA3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.29%

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

R = 40.32%
G = 26.29%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAA3CF (or 0xFAA3CF) is known color: Lavender Pink. HEX triplet: FA, A3 and CF. RGB value is (250,163,207). Sum of RGB (Red+Green+Blue) = 250+163+207=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3CF is #055C30. Grayscale: #C1C1C1. Windows color (decimal): -351281 or 13607930. OLE color: 13607930.

HSL color Cylindrical-coordinate representation of color #FAA3CF: hue angle of 329.66º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA3CF is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 207 -
CMYK 0 0.35 0.17 0.02
HSL 329.66º 0.9% 0.81% -
HSV(B) 329.66º 0.35% 0.98% -
XYZ 63.78 51.02 65.52 -
YUV 194.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 250 163 207 0 0.35 0.17 0.02 329.66 0.9 0.81
Hex FA A3 CF 0 23 11 2 14A 5A 51
Octal 372 243 317 0 43 21 2 512 132 121
Binary 11111010 10100011 11001111 0 100011 10001 10 101001010 1011010 1010001

Color Harmonies of #FAA3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3CF

Black with #FAA3CF

Text Example


Text Example

White with #FAA3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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