#FBC8CF

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

Shades of Pink #FBC8CF

Tints of Pink #FBC8CF

Color information

#FBC8CF (or 0xFBC8CF) is unknown color: approx Pink. HEX triplet: FB, C8 and CF. RGB value is (251,200,207). Sum of RGB (Red+Green+Blue) = 251+200+207=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8CF is #043730. Grayscale: #D8D8D8. Windows color (decimal): -276273 or 13617403. OLE color: 13617403.

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

Color convert

RGB251200207-
CMYK00.200.180.02
HSL351.76º86.44%88.43%-
HSV(B)351.76º20.32%98.43%-
XYZ71.766.3268.05-
YUV216.05122.9152.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.15%
GREEN value IS 200 (78.52% from 255) = 30.40%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=38.15%
G=30.40%
B=31.46%

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
Decimal25120020700.200.180.02351.7686.4488.43
HexFBC8CF0141221605658
Octal373310317024222540126130
Binary111110111100100011001111010100100101010110000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC8CF; }

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

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

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

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

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

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

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

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