#FCAFC0

Color #FCAFC0 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FCAFC0

Tints of Light Pink #FCAFC0

Color information

#FCAFC0 (or 0xFCAFC0) is unknown color: approx Light Pink. HEX triplet: FC, AF and C0. RGB value is (252,175,192). Sum of RGB (Red+Green+Blue) = 252+175+192=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC0 is #03503F. Grayscale: #C7C7C7. Windows color (decimal): -217152 or 12627964. OLE color: 12627964.

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

Color convert

RGB252175192-
CMYK00.310.240.01
HSL346.75º92.77%83.73%-
HSV(B)346.75º30.56%98.82%-
XYZ64.9955.1657.09-
YUV199.96123.51165.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=40.71%
G=28.27%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217519200.310.240.01346.7592.7783.73
HexFCAFC001F18115b5d54
Octal374257300037301533135124
Binary11111100101011111100000001111111000110101101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFC0; }

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

 H1.HeaderClassName
 {
   color: #FCAFC0;
 }
 .AnyTagClassName
 {
   color: #FCAFC0;
 }
</style>
background-color css

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

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

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

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

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

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