#FCAFB1

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

Shades of Light Pink #FCAFB1

Tints of Light Pink #FCAFB1

Color information

#FCAFB1 (or 0xFCAFB1) is unknown color: approx Light Pink. HEX triplet: FC, AF and B1. RGB value is (252,175,177). Sum of RGB (Red+Green+Blue) = 252+175+177=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAFB1 is #03504E. Grayscale: #C6C6C6. Windows color (decimal): -217167 or 11644924. OLE color: 11644924.

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

Color convert

RGB252175177-
CMYK00.310.300.01
HSL358.44º92.77%83.73%-
HSV(B)358.44º30.56%98.82%-
XYZ63.4154.5348.78-
YUV198.25116.01166.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=41.72%
G=28.97%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217517700.310.300.01358.4492.7783.73
HexFCAFB101F1E11665d54
Octal374257261037361546135124
Binary11111100101011111011000101111111110110110011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFB1; }

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

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

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

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

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

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

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

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