#FBC4CF

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

Shades of Pink #FBC4CF

Tints of Pink #FBC4CF

Color information

#FBC4CF (or 0xFBC4CF) is unknown color: approx Pink. HEX triplet: FB, C4 and CF. RGB value is (251,196,207). Sum of RGB (Red+Green+Blue) = 251+196+207=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4CF is #043B30. Grayscale: #D5D5D5. Windows color (decimal): -277297 or 13616379. OLE color: 13616379.

HSL color Cylindrical-coordinate representation of color #FBC4CF: hue angle of 348º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC4CF is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251196207-
CMYK00.220.180.02
HSL348º87.3%87.65%-
HSV(B)348º21.91%98.43%-
XYZ70.7964.4967.75-
YUV213.7124.22154.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 196 (76.95% from 255) = 29.97%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=38.38%
G=29.97%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119620700.220.180.0234887.387.65
HexFBC4CF01612215c5758
Octal373304317026222534127130
Binary111110111100010011001111010110100101010101110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4CF; }

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

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

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

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

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

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

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

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