#FCAFBA

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

Shades of Light Pink #FCAFBA

Tints of Light Pink #FCAFBA

Color information

#FCAFBA (or 0xFCAFBA) is unknown color: approx Light Pink. HEX triplet: FC, AF and BA. RGB value is (252,175,186). Sum of RGB (Red+Green+Blue) = 252+175+186=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFBA is #035045. Grayscale: #C7C7C7. Windows color (decimal): -217158 or 12234748. OLE color: 12234748.

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

Color convert

RGB252175186-
CMYK00.310.260.01
HSL351.43º92.77%83.73%-
HSV(B)351.43º30.56%98.82%-
XYZ64.3454.953.66-
YUV199.28120.51165.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=41.11%
G=28.55%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217518600.310.260.01351.4392.7783.73
HexFCAFBA01F1A115f5d54
Octal374257272037321537135124
Binary11111100101011111011101001111111010110101111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFBA; }

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

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

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

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

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

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

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

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