Html Css Color HEX #FCAACE Lavender Pink

📋 copy color: '#FCAACE'

red 252 ◦ green 170 ◦ blue 206

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

Shades of Lavender Pink #FCAACE

Tints of Lavender Pink #FCAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.8%

R = 40.13%
G = 27.07%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCAACE (or 0xFCAACE) is known color: Lavender Pink. HEX triplet: FC, AA and CE. RGB value is (252,170,206). Sum of RGB (Red+Green+Blue) = 252+170+206=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAACE is #035531. Grayscale: #C6C6C6. Windows color (decimal): -218418 or 13544188. OLE color: 13544188.

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

Color convert

RGB 252 170 206 -
CMYK 0 0.33 0.18 0.01
HSL 333.66º 0.93% 0.83% -
HSV(B) 333.66º 0.33% 0.99% -
XYZ 65.66 53.9 65.34 -
YUV 198.62 132.17 166.07 -
System Red Green Blue C M Y K H S L
Decimal 252 170 206 0 0.33 0.18 0.01 333.66 0.93 0.83
Hex FC AA CE 0 21 12 1 14E 5D 53
Octal 374 252 316 0 41 22 1 516 135 123
Binary 11111100 10101010 11001110 0 100001 10010 1 101001110 1011101 1010011

Color Harmonies of #FCAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAACE

Black with #FCAACE

Text Example


Text Example

White with #FCAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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