Html Css Color HEX #FAACDC Lavender Pink

📋 copy color: '#FAACDC'

red 250 ◦ green 172 ◦ blue 220

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

Shades of Lavender Pink #FAACDC

Tints of Lavender Pink #FAACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.79%

 BLUE value IS 220 (86.33% from 255) = 34.27%

R = 38.94%
G = 26.79%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAACDC (or 0xFAACDC) is known color: Lavender Pink. HEX triplet: FA, AC and DC. RGB value is (250,172,220). Sum of RGB (Red+Green+Blue) = 250+172+220=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACDC is #055323. Grayscale: #C8C8C8. Windows color (decimal): -348964 or 14462202. OLE color: 14462202.

HSL color Cylindrical-coordinate representation of color #FAACDC: hue angle of 323.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACDC is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 172 220 -
CMYK 0 0.31 0.12 0.02
HSL 323.08º 0.89% 0.83% -
HSV(B) 323.08º 0.31% 0.98% -
XYZ 67.1 55 74.79 -
YUV 200.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 250 172 220 0 0.31 0.12 0.02 323.08 0.89 0.83
Hex FA AC DC 0 1F C 2 143 59 53
Octal 372 254 334 0 37 14 2 503 131 123
Binary 11111010 10101100 11011100 0 11111 1100 10 101000011 1011001 1010011

Color Harmonies of #FAACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACDC

Black with #FAACDC

Text Example


Text Example

White with #FAACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACDC; }

 p { color: rgb(250,172,220); }

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

background-color css

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

 a { background-color: rgb(250,172,220); }

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

border-color css

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

 span { border-color: rgb(250,172,220); }

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