#F4C3CE

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

Shades of Pink #F4C3CE

Tints of Pink #F4C3CE

Color information

#F4C3CE (or 0xF4C3CE) is unknown color: approx Pink. HEX triplet: F4, C3 and CE. RGB value is (244,195,206). Sum of RGB (Red+Green+Blue) = 244+195+206=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C3CE is #0B3C31. Grayscale: #D2D2D2. Windows color (decimal): -736306 or 13550580. OLE color: 13550580.

HSL color Cylindrical-coordinate representation of color #F4C3CE: hue angle of 346.53º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4C3CE is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244195206-
CMYK00.200.160.04
HSL346.53º69.01%86.08%-
HSV(B)346.53º20.08%95.69%-
XYZ67.9662.7266.92-
YUV210.9125.23151.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.83%
GREEN value IS 195 (76.56% from 255) = 30.23%
BLUE value IS 206 (80.86% from 255) = 31.94%
R=37.83%
G=30.23%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419520600.200.160.04346.5369.0186.08
HexF4C3CE01410415b4556
Octal364303316024204533105126
Binary1111010011000011110011100101001000010010101101110001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C3CE; }

 p { color: rgb(244,195,206); }

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

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

 a { background-color: rgb(244,195,206); }

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

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

 span { border-color: rgb(244,195,206); }

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