#FFCEC0

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

Shades of Your Pink #FFCEC0

Tints of Your Pink #FFCEC0

Color information

#FFCEC0 (or 0xFFCEC0) is unknown color: approx Your Pink. HEX triplet: FF, CE and C0. RGB value is (255,206,192). Sum of RGB (Red+Green+Blue) = 255+206+192=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEC0 is #00313F. Grayscale: #DBDBDB. Windows color (decimal): -12608 or 12635903. OLE color: 12635903.

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

Color convert

RGB255206192-
CMYK00.190.250
HSL13.33º100%87.65%-
HSV(B)13.33º24.71%100%-
XYZ72.8369.2159.39-
YUV219.05112.73153.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 192 (75.39% from 255) = 29.40%
R=39.05%
G=31.55%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520619200.190.25013.3310087.65
HexFFCEC0013190d6458
Octal37731630002331015144130
Binary111111111100111011000000010011110010110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEC0; }

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

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

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

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

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

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

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

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