Html Css Color HEX #FCAAD3 Lavender Pink

📋 copy color: '#FCAAD3'

red 252 ◦ green 170 ◦ blue 211

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

Shades of Lavender Pink #FCAAD3

Tints of Lavender Pink #FCAAD3

RGB

 RED value IS 252 (98.83% from 255) = 39.81%

 GREEN value IS 170 (66.8% from 255) = 26.86%

 BLUE value IS 211 (82.81% from 255) = 33.33%

R = 39.81%
G = 26.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCAAD3 (or 0xFCAAD3) is known color: Lavender Pink. HEX triplet: FC, AA and D3. RGB value is (252,170,211). Sum of RGB (Red+Green+Blue) = 252+170+211=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAD3 is #03552C. Grayscale: #C7C7C7. Windows color (decimal): -218413 or 13871868. OLE color: 13871868.

HSL color Cylindrical-coordinate representation of color #FCAAD3: hue angle of 330º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAAD3 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 211 -
CMYK 0 0.33 0.16 0.01
HSL 330º 0.93% 0.83% -
HSV(B) 330º 0.33% 0.99% -
XYZ 66.28 54.15 68.59 -
YUV 199.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 252 170 211 0 0.33 0.16 0.01 330 0.93 0.83
Hex FC AA D3 0 21 10 1 14A 5D 53
Octal 374 252 323 0 41 20 1 512 135 123
Binary 11111100 10101010 11010011 0 100001 10000 1 101001010 1011101 1010011

Color Harmonies of #FCAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAD3

Black with #FCAAD3

Text Example


Text Example

White with #FCAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAD3; }

 p { color: rgb(252,170,211); }

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

background-color css

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

 a { background-color: rgb(252,170,211); }

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

border-color css

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

 span { border-color: rgb(252,170,211); }

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