#FCAFBD

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

Shades of Light Pink #FCAFBD

Tints of Light Pink #FCAFBD

Color information

#FCAFBD (or 0xFCAFBD) is unknown color: approx Light Pink. HEX triplet: FC, AF and BD. RGB value is (252,175,189). Sum of RGB (Red+Green+Blue) = 252+175+189=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFBD is #035042. Grayscale: #C7C7C7. Windows color (decimal): -217155 or 12431356. OLE color: 12431356.

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

Color convert

RGB252175189-
CMYK00.310.250.01
HSL349.09º92.77%83.73%-
HSV(B)349.09º30.56%98.82%-
XYZ64.6655.0355.36-
YUV199.62122.01165.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=40.91%
G=28.41%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217518900.310.250.01349.0992.7783.73
HexFCAFBD01F19115d5d54
Octal374257275037311535135124
Binary11111100101011111011110101111111001110101110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFBD; }

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

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

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

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

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

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

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

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