#FBA8CD

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

Shades of Carnation Pink #FBA8CD

Tints of Carnation Pink #FBA8CD

Color information

#FBA8CD (or 0xFBA8CD) is unknown color: approx Carnation Pink. HEX triplet: FB, A8 and CD. RGB value is (251,168,205). Sum of RGB (Red+Green+Blue) = 251+168+205=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8CD is #045732. Grayscale: #C4C4C4. Windows color (decimal): -284467 or 13478139. OLE color: 13478139.

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

Color convert

RGB251168205-
CMYK00.330.180.02
HSL333.25º91.21%82.16%-
HSV(B)333.25º33.07%98.43%-
XYZ64.8152.9264.56-
YUV197.04132.5166.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 168 (66.02% from 255) = 26.92%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=40.22%
G=26.92%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116820500.330.180.02333.2591.2182.16
HexFBA8CD02112214d5b52
Octal373250315041222515133122
Binary1111101110101000110011010100001100101010100110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA8CD; }

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

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

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

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

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

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

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

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