#FBA1CD

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

Shades of Carnation Pink #FBA1CD

Tints of Carnation Pink #FBA1CD

Color information

#FBA1CD (or 0xFBA1CD) is unknown color: approx Carnation Pink. HEX triplet: FB, A1 and CD. RGB value is (251,161,205). Sum of RGB (Red+Green+Blue) = 251+161+205=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1CD is #045E32. Grayscale: #C0C0C0. Windows color (decimal): -286259 or 13476347. OLE color: 13476347.

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

Color convert

RGB251161205-
CMYK00.360.180.02
HSL330.67º91.84%80.78%-
HSV(B)330.67º35.86%98.43%-
XYZ63.5550.4164.14-
YUV192.93134.82169.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 161 (63.28% from 255) = 26.09%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=40.68%
G=26.09%
B=33.23%

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
Decimal25116120500.360.180.02330.6791.8480.78
HexFBA1CD02412214b5c51
Octal373241315044222513134121
Binary1111101110100001110011010100100100101010100101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1CD; }

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

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

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

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

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

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

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

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