#FBCACF

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

Shades of Pink #FBCACF

Tints of Pink #FBCACF

Color information

#FBCACF (or 0xFBCACF) is unknown color: approx Pink. HEX triplet: FB, CA and CF. RGB value is (251,202,207). Sum of RGB (Red+Green+Blue) = 251+202+207=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCACF is #043530. Grayscale: #D9D9D9. Windows color (decimal): -275761 or 13617915. OLE color: 13617915.

HSL color Cylindrical-coordinate representation of color #FBCACF: hue angle of 353.88º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCACF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251202207-
CMYK00.200.180.02
HSL353.88º85.96%88.82%-
HSV(B)353.88º19.52%98.43%-
XYZ72.1767.2668.21-
YUV217.22122.23152.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.03%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=38.03%
G=30.61%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120220700.200.180.02353.8885.9688.82
HexFBCACF0141221625659
Octal373312317024222542126131
Binary111110111100101011001111010100100101010110001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCACF; }

 p { color: rgb(251,202,207); }

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

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

 a { background-color: rgb(251,202,207); }

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

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

 span { border-color: rgb(251,202,207); }

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