Html Css Color HEX #FCAAD0 Lavender Pink

📋 copy color: '#FCAAD0'

red 252 ◦ green 170 ◦ blue 208

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

Shades of Lavender Pink #FCAAD0

Tints of Lavender Pink #FCAAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.02%

R = 40%
G = 26.98%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCAAD0 (or 0xFCAAD0) is known color: Lavender Pink. HEX triplet: FC, AA and D0. RGB value is (252,170,208). Sum of RGB (Red+Green+Blue) = 252+170+208=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAD0 is #03552F. Grayscale: #C6C6C6. Windows color (decimal): -218416 or 13675260. OLE color: 13675260.

HSL color Cylindrical-coordinate representation of color #FCAAD0: hue angle of 332.2º 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 #FCAAD0 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 208 -
CMYK 0 0.33 0.17 0.01
HSL 332.2º 0.93% 0.83% -
HSV(B) 332.2º 0.33% 0.99% -
XYZ 65.9 54 66.62 -
YUV 198.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 252 170 208 0 0.33 0.17 0.01 332.2 0.93 0.83
Hex FC AA D0 0 21 11 1 14C 5D 53
Octal 374 252 320 0 41 21 1 514 135 123
Binary 11111100 10101010 11010000 0 100001 10001 1 101001100 1011101 1010011

Color Harmonies of #FCAAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAD0

Black with #FCAAD0

Text Example


Text Example

White with #FCAAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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