#F8A5CB

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

Shades of Carnation Pink #F8A5CB

Tints of Carnation Pink #F8A5CB

Color information

#F8A5CB (or 0xF8A5CB) is unknown color: approx Carnation Pink. HEX triplet: F8, A5 and CB. RGB value is (248,165,203). Sum of RGB (Red+Green+Blue) = 248+165+203=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A5CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A5CB is #075A34. Grayscale: #C2C2C2. Windows color (decimal): -481845 or 13346296. OLE color: 13346296.

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

Color convert

RGB248165203-
CMYK00.330.180.03
HSL332.53º85.57%80.98%-
HSV(B)332.53º33.47%97.25%-
XYZ62.9551.1863.06-
YUV194.15133166.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 165 (64.84% from 255) = 26.79%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=40.26%
G=26.79%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816520300.330.180.03332.5385.5780.98
HexF8A5CB02112314d5651
Octal370245313041223515126121
Binary1111100010100101110010110100001100101110100110110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A5CB; }

 p { color: rgb(248,165,203); }

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

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

 a { background-color: rgb(248,165,203); }

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

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

 span { border-color: rgb(248,165,203); }

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