#F4C0CA

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

Shades of Pink #F4C0CA

Tints of Pink #F4C0CA

Color information

#F4C0CA (or 0xF4C0CA) is unknown color: approx Pink. HEX triplet: F4, C0 and CA. RGB value is (244,192,202). Sum of RGB (Red+Green+Blue) = 244+192+202=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0CA is #0B3F35. Grayscale: #D0D0D0. Windows color (decimal): -737078 or 13287668. OLE color: 13287668.

HSL color Cylindrical-coordinate representation of color #F4C0CA: hue angle of 348.46º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C0CA is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244192202-
CMYK00.210.170.04
HSL348.46º70.27%85.49%-
HSV(B)348.46º21.31%95.69%-
XYZ66.8261.264.17-
YUV208.69124.23153.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.24%
GREEN value IS 192 (75.39% from 255) = 30.09%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=38.24%
G=30.09%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419220200.210.170.04348.4670.2785.49
HexF4C0CA01511415c4655
Octal364300312025214534106125
Binary1111010011000000110010100101011000110010101110010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C0CA; }

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

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

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

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

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

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

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

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