#FFC4CE

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

Shades of Pink #FFC4CE

Tints of Pink #FFC4CE

Color information

#FFC4CE (or 0xFFC4CE) is unknown color: approx Pink. HEX triplet: FF, C4 and CE. RGB value is (255,196,206). Sum of RGB (Red+Green+Blue) = 255+196+206=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4CE is #003B31. Grayscale: #D6D6D6. Windows color (decimal): -15154 or 13550847. OLE color: 13550847.

HSL color Cylindrical-coordinate representation of color #FFC4CE: hue angle of 349.83º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC4CE is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255196206-
CMYK00.230.190
HSL349.83º100%88.43%-
HSV(B)349.83º23.14%100%-
XYZ72.1265.267.18-
YUV214.78123.05156.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 196 (76.95% from 255) = 29.83%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=38.81%
G=29.83%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519620600.230.190349.8310088.43
HexFFC4CE01713015e6458
Octal377304316027230536144130
Binary11111111110001001100111001011110011010101111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4CE; }

 p { color: rgb(255,196,206); }

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

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

 a { background-color: rgb(255,196,206); }

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

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

 span { border-color: rgb(255,196,206); }

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