#FFCEC8

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

Shades of Cosmos #FFCEC8

Tints of Cosmos #FFCEC8

Color information

#FFCEC8 (or 0xFFCEC8) is unknown color: approx Cosmos. HEX triplet: FF, CE and C8. RGB value is (255,206,200). Sum of RGB (Red+Green+Blue) = 255+206+200=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 200 (78.52% from 255 or 30.26% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEC8 is #003137. Grayscale: #DCDCDC. Windows color (decimal): -12600 or 13160191. OLE color: 13160191.

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

Color convert

RGB255206200-
CMYK00.190.220
HSL6.55º100%89.22%-
HSV(B)6.55º21.57%100%-
XYZ73.7469.5764.19-
YUV219.97116.73152.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 200 (78.52% from 255) = 30.26%
R=38.58%
G=31.16%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520620000.190.2206.5510089.22
HexFFCEC801316076459
Octal3773163100232607144131
Binary11111111110011101100100001001110110011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEC8; }

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

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

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

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

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

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

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

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