#F3A8C8

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

Shades of Carnation Pink #F3A8C8

Tints of Carnation Pink #F3A8C8

Color information

#F3A8C8 (or 0xF3A8C8) is unknown color: approx Carnation Pink. HEX triplet: F3, A8 and C8. RGB value is (243,168,200). Sum of RGB (Red+Green+Blue) = 243+168+200=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8C8 is #0C5737. Grayscale: #C2C2C2. Windows color (decimal): -808760 or 13150451. OLE color: 13150451.

HSL color Cylindrical-coordinate representation of color #F3A8C8: hue angle of 334.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A8C8 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB243168200-
CMYK00.310.180.05
HSL334.4º75.76%80.59%-
HSV(B)334.4º30.86%95.29%-
XYZ61.3951.2361.3-
YUV194.07131.35162.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.77%
GREEN value IS 168 (66.02% from 255) = 27.50%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=39.77%
G=27.50%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316820000.310.180.05334.475.7680.59
HexF3A8C801F12514e4c51
Octal363250310037225516114121
Binary1111001110101000110010000111111001010110100111010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A8C8; }

 p { color: rgb(243,168,200); }

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

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

 a { background-color: rgb(243,168,200); }

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

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

 span { border-color: rgb(243,168,200); }

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