#F4A9C9

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

Shades of Carnation Pink #F4A9C9

Tints of Carnation Pink #F4A9C9

Color information

#F4A9C9 (or 0xF4A9C9) is unknown color: approx Carnation Pink. HEX triplet: F4, A9 and C9. RGB value is (244,169,201). Sum of RGB (Red+Green+Blue) = 244+169+201=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A9C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A9C9 is #0B5636. Grayscale: #C3C3C3. Windows color (decimal): -742967 or 13216244. OLE color: 13216244.

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

Color convert

RGB244169201-
CMYK00.310.180.04
HSL334.4º77.32%80.98%-
HSV(B)334.4º30.74%95.69%-
XYZ62.0451.8361.99-
YUV195.07131.35162.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.74%
GREEN value IS 169 (66.41% from 255) = 27.52%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=39.74%
G=27.52%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416920100.310.180.04334.477.3280.98
HexF4A9C901F12414e4d51
Octal364251311037224516115121
Binary1111010010101001110010010111111001010010100111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A9C9; }

 p { color: rgb(244,169,201); }

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

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

 a { background-color: rgb(244,169,201); }

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

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

 span { border-color: rgb(244,169,201); }

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