#F8A1CD

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

Shades of Carnation Pink #F8A1CD

Tints of Carnation Pink #F8A1CD

Color information

#F8A1CD (or 0xF8A1CD) is unknown color: approx Carnation Pink. HEX triplet: F8, A1 and CD. RGB value is (248,161,205). Sum of RGB (Red+Green+Blue) = 248+161+205=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A1CD is #075E32. Grayscale: #BFBFBF. Windows color (decimal): -482867 or 13476344. OLE color: 13476344.

HSL color Cylindrical-coordinate representation of color #F8A1CD: hue angle of 329.66º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A1CD is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248161205-
CMYK00.350.170.03
HSL329.66º86.14%80.2%-
HSV(B)329.66º35.08%97.25%-
XYZ62.4849.8564.09-
YUV192.03135.32167.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=40.39%
G=26.22%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816120500.350.170.03329.6686.1480.2
HexF8A1CD02311314a5650
Octal370241315043213512126120
Binary1111100010100001110011010100011100011110100101010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A1CD; }

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

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

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

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

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

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

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

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