#FBA0CB

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

Shades of Carnation Pink #FBA0CB

Tints of Carnation Pink #FBA0CB

Color information

#FBA0CB (or 0xFBA0CB) is unknown color: approx Carnation Pink. HEX triplet: FB, A0 and CB. RGB value is (251,160,203). Sum of RGB (Red+Green+Blue) = 251+160+203=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0CB is #045F34. Grayscale: #C0C0C0. Windows color (decimal): -286517 or 13345019. OLE color: 13345019.

HSL color Cylindrical-coordinate representation of color #FBA0CB: hue angle of 331.65º 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 #FBA0CB is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251160203-
CMYK00.360.190.02
HSL331.65º91.92%80.59%-
HSV(B)331.65º36.25%98.43%-
XYZ63.1349.9662.82-
YUV192.11134.15170-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 160 (62.89% from 255) = 26.06%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=40.88%
G=26.06%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116020300.360.190.02331.6591.9280.59
HexFBA0CB02413214c5c51
Octal373240313044232514134121
Binary1111101110100000110010110100100100111010100110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0CB; }

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

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

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

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

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

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

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

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