#FCAFB4

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

Shades of Light Pink #FCAFB4

Tints of Light Pink #FCAFB4

Color information

#FCAFB4 (or 0xFCAFB4) is unknown color: approx Light Pink. HEX triplet: FC, AF and B4. RGB value is (252,175,180). Sum of RGB (Red+Green+Blue) = 252+175+180=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFB4 is #03504B. Grayscale: #C6C6C6. Windows color (decimal): -217164 or 11841532. OLE color: 11841532.

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

Color convert

RGB252175180-
CMYK00.310.290.01
HSL356.1º92.77%83.73%-
HSV(B)356.1º30.56%98.82%-
XYZ63.7154.6550.37-
YUV198.59117.51166.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=41.52%
G=28.83%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217518000.310.290.01356.192.7783.73
HexFCAFB401F1D11645d54
Octal374257264037351544135124
Binary11111100101011111011010001111111101110110010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFB4; }

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

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

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

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

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

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

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

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