#F4A8CA

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

Shades of Carnation Pink #F4A8CA

Tints of Carnation Pink #F4A8CA

Color information

#F4A8CA (or 0xF4A8CA) is unknown color: approx Carnation Pink. HEX triplet: F4, A8 and CA. RGB value is (244,168,202). Sum of RGB (Red+Green+Blue) = 244+168+202=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A8CA is #0B5735. Grayscale: #C2C2C2. Windows color (decimal): -743222 or 13281524. OLE color: 13281524.

HSL color Cylindrical-coordinate representation of color #F4A8CA: hue angle of 333.16º degrees, saturation: 0.78, 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 #F4A8CA is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244168202-
CMYK00.310.170.04
HSL333.16º77.55%80.78%-
HSV(B)333.16º31.15%95.69%-
XYZ61.9751.562.55-
YUV194.6132.18163.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.74%
GREEN value IS 168 (66.02% from 255) = 27.36%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=39.74%
G=27.36%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416820200.310.170.04333.1677.5580.78
HexF4A8CA01F11414d4e51
Octal364250312037214515116121
Binary1111010010101000110010100111111000110010100110110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A8CA; }

 p { color: rgb(244,168,202); }

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

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

 a { background-color: rgb(244,168,202); }

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

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

 span { border-color: rgb(244,168,202); }

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