#FBA5CD

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

Shades of Carnation Pink #FBA5CD

Tints of Carnation Pink #FBA5CD

Color information

#FBA5CD (or 0xFBA5CD) is unknown color: approx Carnation Pink. HEX triplet: FB, A5 and CD. RGB value is (251,165,205). Sum of RGB (Red+Green+Blue) = 251+165+205=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5CD is #045A32. Grayscale: #C3C3C3. Windows color (decimal): -285235 or 13477371. OLE color: 13477371.

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

Color convert

RGB251165205-
CMYK00.340.180.02
HSL332.09º91.49%81.57%-
HSV(B)332.09º34.26%98.43%-
XYZ64.2651.8364.37-
YUV195.27133.49167.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 165 (64.84% from 255) = 26.57%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=40.42%
G=26.57%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116520500.340.180.02332.0991.4981.57
HexFBA5CD02212214c5b52
Octal373245315042222514133122
Binary1111101110100101110011010100010100101010100110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5CD; }

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

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

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

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

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

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

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

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