#FBA4CD

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

Shades of Carnation Pink #FBA4CD

Tints of Carnation Pink #FBA4CD

Color information

#FBA4CD (or 0xFBA4CD) is unknown color: approx Carnation Pink. HEX triplet: FB, A4 and CD. RGB value is (251,164,205). Sum of RGB (Red+Green+Blue) = 251+164+205=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4CD is #045B32. Grayscale: #C2C2C2. Windows color (decimal): -285491 or 13477115. OLE color: 13477115.

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

Color convert

RGB251164205-
CMYK00.350.180.02
HSL331.72º91.58%81.37%-
HSV(B)331.72º34.66%98.43%-
XYZ64.0851.4764.31-
YUV194.69133.82168.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=40.48%
G=26.45%
B=33.06%

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
Decimal25116420500.350.180.02331.7291.5881.37
HexFBA4CD02312214c5c51
Octal373244315043222514134121
Binary1111101110100100110011010100011100101010100110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4CD; }

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

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

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

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

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

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

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

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