#FBA1CE

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

Shades of Carnation Pink #FBA1CE

Tints of Carnation Pink #FBA1CE

Color information

#FBA1CE (or 0xFBA1CE) is unknown color: approx Carnation Pink. HEX triplet: FB, A1 and CE. RGB value is (251,161,206). Sum of RGB (Red+Green+Blue) = 251+161+206=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1CE is #045E31. Grayscale: #C0C0C0. Windows color (decimal): -286258 or 13541883. OLE color: 13541883.

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

Color convert

RGB251161206-
CMYK00.360.180.02
HSL330º91.84%80.78%-
HSV(B)330º35.86%98.43%-
XYZ63.6750.4664.78-
YUV193.04135.32169.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=40.61%
G=26.05%
B=33.33%

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
Decimal25116120600.360.180.0233091.8480.78
HexFBA1CE02412214a5c51
Octal373241316044222512134121
Binary1111101110100001110011100100100100101010100101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1CE; }

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

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

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

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

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

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

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

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