#F5C1CE

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

Shades of Pink #F5C1CE

Tints of Pink #F5C1CE

Color information

#F5C1CE (or 0xF5C1CE) is unknown color: approx Pink. HEX triplet: F5, C1 and CE. RGB value is (245,193,206). Sum of RGB (Red+Green+Blue) = 245+193+206=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C1CE is #0A3E31. Grayscale: #D2D2D2. Windows color (decimal): -671282 or 13550069. OLE color: 13550069.

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

Color convert

RGB245193206-
CMYK00.210.160.04
HSL345º72.22%85.88%-
HSV(B)345º21.22%96.08%-
XYZ67.8762.0166.78-
YUV210.03125.73152.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.04%
GREEN value IS 193 (75.78% from 255) = 29.97%
BLUE value IS 206 (80.86% from 255) = 31.99%
R=38.04%
G=29.97%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519320600.210.160.0434572.2285.88
HexF5C1CE0151041594856
Octal365301316025204531110126
Binary1111010111000001110011100101011000010010101100110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C1CE; }

 p { color: rgb(245,193,206); }

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

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

 a { background-color: rgb(245,193,206); }

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

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

 span { border-color: rgb(245,193,206); }

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