#F8A1CB

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

Shades of Carnation Pink #F8A1CB

Tints of Carnation Pink #F8A1CB

Color information

#F8A1CB (or 0xF8A1CB) is unknown color: approx Carnation Pink. HEX triplet: F8, A1 and CB. RGB value is (248,161,203). Sum of RGB (Red+Green+Blue) = 248+161+203=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A1CB is #075E34. Grayscale: #BFBFBF. Windows color (decimal): -482869 or 13345272. OLE color: 13345272.

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

Color convert

RGB248161203-
CMYK00.350.180.03
HSL331.03º86.14%80.2%-
HSV(B)331.03º35.08%97.25%-
XYZ62.2449.7662.82-
YUV191.8134.32168.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.52%
GREEN value IS 161 (63.28% from 255) = 26.31%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=40.52%
G=26.31%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816120300.350.180.03331.0386.1480.2
HexF8A1CB02312314b5650
Octal370241313043223513126120
Binary1111100010100001110010110100011100101110100101110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A1CB; }

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

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

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

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

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

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

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

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