#FCAFBF

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

Shades of Light Pink #FCAFBF

Tints of Light Pink #FCAFBF

Color information

#FCAFBF (or 0xFCAFBF) is unknown color: approx Light Pink. HEX triplet: FC, AF and BF. RGB value is (252,175,191). Sum of RGB (Red+Green+Blue) = 252+175+191=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFBF is #035040. Grayscale: #C7C7C7. Windows color (decimal): -217153 or 12562428. OLE color: 12562428.

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

Color convert

RGB252175191-
CMYK00.310.240.01
HSL347.53º92.77%83.73%-
HSV(B)347.53º30.56%98.82%-
XYZ64.8855.1256.51-
YUV199.85123.01165.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 191 (75% from 255) = 30.91%
R=40.78%
G=28.32%
B=30.91%

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
Decimal25217519100.310.240.01347.5392.7783.73
HexFCAFBF01F18115c5d54
Octal374257277037301534135124
Binary11111100101011111011111101111111000110101110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFBF; }

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

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

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

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

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

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

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

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