#FFCEC2

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

Shades of Your Pink #FFCEC2

Tints of Your Pink #FFCEC2

Color information

#FFCEC2 (or 0xFFCEC2) is unknown color: approx Your Pink. HEX triplet: FF, CE and C2. RGB value is (255,206,194). Sum of RGB (Red+Green+Blue) = 255+206+194=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEC2 is #00313D. Grayscale: #DBDBDB. Windows color (decimal): -12606 or 12766975. OLE color: 12766975.

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

Color convert

RGB255206194-
CMYK00.190.240
HSL11.8º100%88.04%-
HSV(B)11.8º23.92%100%-
XYZ73.0569.360.56-
YUV219.28113.73153.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 194 (76.17% from 255) = 29.62%
R=38.93%
G=31.45%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520619400.190.24011.810088.04
HexFFCEC2013180c6458
Octal37731630202330014144130
Binary111111111100111011000010010011110000110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEC2; }

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

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

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

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

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

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

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

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