#FFCEC9

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

Shades of Cosmos #FFCEC9

Tints of Cosmos #FFCEC9

Color information

#FFCEC9 (or 0xFFCEC9) is unknown color: approx Cosmos. HEX triplet: FF, CE and C9. RGB value is (255,206,201). Sum of RGB (Red+Green+Blue) = 255+206+201=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEC9 is #003136. Grayscale: #DCDCDC. Windows color (decimal): -12599 or 13225727. OLE color: 13225727.

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

Color convert

RGB255206201-
CMYK00.190.210
HSL5.56º100%89.41%-
HSV(B)5.56º21.18%100%-
XYZ73.8569.6264.8-
YUV220.08117.23152.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 201 (78.91% from 255) = 30.36%
R=38.52%
G=31.12%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520620100.190.2105.5610089.41
HexFFCEC901315066459
Octal3773163110232506144131
Binary11111111110011101100100101001110101011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEC9; }

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

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

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

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

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

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

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

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