#F8ABCB

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

Shades of Carnation Pink #F8ABCB

Tints of Carnation Pink #F8ABCB

Color information

#F8ABCB (or 0xF8ABCB) is unknown color: approx Carnation Pink. HEX triplet: F8, AB and CB. RGB value is (248,171,203). Sum of RGB (Red+Green+Blue) = 248+171+203=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABCB is #075434. Grayscale: #C5C5C5. Windows color (decimal): -480309 or 13347832. OLE color: 13347832.

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

Color convert

RGB248171203-
CMYK00.310.180.03
HSL335.06º84.62%82.16%-
HSV(B)335.06º31.05%97.25%-
XYZ64.0553.3963.43-
YUV197.67131.01163.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.87%
GREEN value IS 171 (67.19% from 255) = 27.49%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=39.87%
G=27.49%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817120300.310.180.03335.0684.6282.16
HexF8ABCB01F12314f5552
Octal370253313037223517125122
Binary111110001010101111001011011111100101110100111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABCB; }

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

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

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

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

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

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

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

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