Html Css Color HEX #FAAFCC Lavender Pink

📋 copy color: '#FAAFCC'

red 250 ◦ green 175 ◦ blue 204

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

Shades of Lavender Pink #FAAFCC

Tints of Lavender Pink #FAAFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.43%

R = 39.75%
G = 27.82%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAAFCC (or 0xFAAFCC) is known color: Lavender Pink. HEX triplet: FA, AF and CC. RGB value is (250,175,204). Sum of RGB (Red+Green+Blue) = 250+175+204=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFCC is #055033. Grayscale: #C8C8C8. Windows color (decimal): -348212 or 13414394. OLE color: 13414394.

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

Color convert

RGB 250 175 204 -
CMYK 0 0.3 0.18 0.02
HSL 336.8º 0.88% 0.83% -
HSV(B) 336.8º 0.3% 0.98% -
XYZ 65.65 55.34 64.35 -
YUV 200.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 250 175 204 0 0.3 0.18 0.02 336.8 0.88 0.83
Hex FA AF CC 0 1E 12 2 151 58 53
Octal 372 257 314 0 36 22 2 521 130 123
Binary 11111010 10101111 11001100 0 11110 10010 10 101010001 1011000 1010011

Color Harmonies of #FAAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFCC

Black with #FAAFCC

Text Example


Text Example

White with #FAAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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