Html Css Color HEX #FCA6AF Light Pink

📋 copy color: '#FCA6AF'

red 252 ◦ green 166 ◦ blue 175

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

Shades of Light Pink #FCA6AF

Tints of Light Pink #FCA6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.51%

R = 42.5%
G = 27.99%
B = 29.51%

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

#FCA6AF (or 0xFCA6AF) is known color: Light Pink. HEX triplet: FC, A6 and AF. RGB value is (252,166,175). Sum of RGB (Red+Green+Blue) = 252+166+175=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA6AF is #035950. Grayscale: #C0C0C0. Windows color (decimal): -219473 or 11511548. OLE color: 11511548.

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

Color convert

RGB 252 166 175 -
CMYK 0 0.34 0.31 0.01
HSL 353.72º 0.93% 0.82% -
HSV(B) 353.72º 0.34% 0.99% -
XYZ 61.52 51.06 47.17 -
YUV 192.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 252 166 175 0 0.34 0.31 0.01 353.72 0.93 0.82
Hex FC A6 AF 0 22 1F 1 162 5D 52
Octal 374 246 257 0 42 37 1 542 135 122
Binary 11111100 10100110 10101111 0 100010 11111 1 101100010 1011101 1010010

Color Harmonies of #FCA6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA6AF

Black with #FCA6AF

Text Example


Text Example

White with #FCA6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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