#FBA2C7

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

Shades of Carnation Pink #FBA2C7

Tints of Carnation Pink #FBA2C7

Color information

#FBA2C7 (or 0xFBA2C7) is unknown color: approx Carnation Pink. HEX triplet: FB, A2 and C7. RGB value is (251,162,199). Sum of RGB (Red+Green+Blue) = 251+162+199=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2C7 is #045D38. Grayscale: #C0C0C0. Windows color (decimal): -286009 or 13083387. OLE color: 13083387.

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

Color convert

RGB251162199-
CMYK00.350.210.02
HSL335.06º91.75%80.98%-
HSV(B)335.06º35.46%98.43%-
XYZ63.0150.4760.45-
YUV192.83131.49169.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 162 (63.67% from 255) = 26.47%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=41.01%
G=26.47%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116219900.350.210.02335.0691.7580.98
HexFBA2C702315214f5c51
Octal373242307043252517134121
Binary1111101110100010110001110100011101011010100111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA2C7; }

 p { color: rgb(251,162,199); }

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

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

 a { background-color: rgb(251,162,199); }

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

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

 span { border-color: rgb(251,162,199); }

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