#FBA0CF

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

Shades of Carnation Pink #FBA0CF

Tints of Carnation Pink #FBA0CF

Color information

#FBA0CF (or 0xFBA0CF) is unknown color: approx Carnation Pink. HEX triplet: FB, A0 and CF. RGB value is (251,160,207). Sum of RGB (Red+Green+Blue) = 251+160+207=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0CF is #045F30. Grayscale: #C0C0C0. Windows color (decimal): -286513 or 13607163. OLE color: 13607163.

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

Color convert

RGB251160207-
CMYK00.360.180.02
HSL329.01º91.92%80.59%-
HSV(B)329.01º36.25%98.43%-
XYZ63.6250.1665.36-
YUV192.57136.15169.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 160 (62.89% from 255) = 25.89%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=40.61%
G=25.89%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116020700.360.180.02329.0191.9280.59
HexFBA0CF0241221495c51
Octal373240317044222511134121
Binary1111101110100000110011110100100100101010100100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0CF; }

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

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

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

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

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

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

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

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