Html Css Color HEX #FCA6AD Light Pink

📋 copy color: '#FCA6AD'

red 252 ◦ green 166 ◦ blue 173

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

Shades of Light Pink #FCA6AD

Tints of Light Pink #FCA6AD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.09%

 BLUE value IS 173 (67.97% from 255) = 29.27%

R = 42.64%
G = 28.09%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCA6AD (or 0xFCA6AD) is known color: Light Pink. HEX triplet: FC, A6 and AD. RGB value is (252,166,173). Sum of RGB (Red+Green+Blue) = 252+166+173=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA6AD is #035952. Grayscale: #C0C0C0. Windows color (decimal): -219475 or 11380476. OLE color: 11380476.

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

Color convert

RGB 252 166 173 -
CMYK 0 0.34 0.31 0.01
HSL 355.12º 0.93% 0.82% -
HSV(B) 355.12º 0.34% 0.99% -
XYZ 61.32 50.99 46.14 -
YUV 192.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 252 166 173 0 0.34 0.31 0.01 355.12 0.93 0.82
Hex FC A6 AD 0 22 1F 1 163 5D 52
Octal 374 246 255 0 42 37 1 543 135 122
Binary 11111100 10100110 10101101 0 100010 11111 1 101100011 1011101 1010010

Color Harmonies of #FCA6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA6AD

Black with #FCA6AD

Text Example


Text Example

White with #FCA6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA6AD; }

 p { color: rgb(252,166,173); }

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

background-color css

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

 a { background-color: rgb(252,166,173); }

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

border-color css

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

 span { border-color: rgb(252,166,173); }

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