#FBA3CE

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

Shades of Carnation Pink #FBA3CE

Tints of Carnation Pink #FBA3CE

Color information

#FBA3CE (or 0xFBA3CE) is unknown color: approx Carnation Pink. HEX triplet: FB, A3 and CE. RGB value is (251,163,206). Sum of RGB (Red+Green+Blue) = 251+163+206=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3CE is #045C31. Grayscale: #C2C2C2. Windows color (decimal): -285746 or 13542395. OLE color: 13542395.

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

Color convert

RGB251163206-
CMYK00.350.180.02
HSL330.68º91.67%81.18%-
HSV(B)330.68º35.06%98.43%-
XYZ64.0251.1664.89-
YUV194.21134.65168.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 163 (64.06% from 255) = 26.29%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=40.48%
G=26.29%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116320600.350.180.02330.6891.6781.18
HexFBA3CE02312214b5c51
Octal373243316043222513134121
Binary1111101110100011110011100100011100101010100101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3CE; }

 p { color: rgb(251,163,206); }

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

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

 a { background-color: rgb(251,163,206); }

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

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

 span { border-color: rgb(251,163,206); }

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