#FFCECA

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

Shades of Cosmos #FFCECA

Tints of Cosmos #FFCECA

Color information

#FFCECA (or 0xFFCECA) is unknown color: approx Cosmos. HEX triplet: FF, CE and CA. RGB value is (255,206,202). Sum of RGB (Red+Green+Blue) = 255+206+202=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCECA is #003135. Grayscale: #DCDCDC. Windows color (decimal): -12598 or 13291263. OLE color: 13291263.

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

Color convert

RGB255206202-
CMYK00.190.210
HSL4.53º100%89.61%-
HSV(B)4.53º20.78%100%-
XYZ73.9769.6765.43-
YUV220.19117.73152.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=38.46%
G=31.07%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520620200.190.2104.5310089.61
HexFFCECA0131505645a
Octal3773163120232505144132
Binary11111111110011101100101001001110101010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCECA; }

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

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

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

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

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

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

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

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