#FBA8C2

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

Shades of Carnation Pink #FBA8C2

Tints of Carnation Pink #FBA8C2

Color information

#FBA8C2 (or 0xFBA8C2) is unknown color: approx Carnation Pink. HEX triplet: FB, A8 and C2. RGB value is (251,168,194). Sum of RGB (Red+Green+Blue) = 251+168+194=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8C2 is #04573D. Grayscale: #C3C3C3. Windows color (decimal): -284478 or 12757243. OLE color: 12757243.

HSL color Cylindrical-coordinate representation of color #FBA8C2: hue angle of 341.2º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA8C2 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB251168194-
CMYK00.330.230.02
HSL341.2º91.21%82.16%-
HSV(B)341.2º33.07%98.43%-
XYZ63.5252.4157.81-
YUV195.78127167.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 168 (66.02% from 255) = 27.41%
BLUE value IS 194 (76.17% from 255) = 31.65%
R=40.95%
G=27.41%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116819400.330.230.02341.291.2182.16
HexFBA8C20211721555b52
Octal373250302041272525133122
Binary1111101110101000110000100100001101111010101010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA8C2; }

 p { color: rgb(251,168,194); }

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

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

 a { background-color: rgb(251,168,194); }

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

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

 span { border-color: rgb(251,168,194); }

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