#FECDCA

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

Shades of Cosmos #FECDCA

Tints of Cosmos #FECDCA

Color information

#FECDCA (or 0xFECDCA) is unknown color: approx Cosmos. HEX triplet: FE, CD and CA. RGB value is (254,205,202). Sum of RGB (Red+Green+Blue) = 254+205+202=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDCA is #013235. Grayscale: #DBDBDB. Windows color (decimal): -78390 or 13291006. OLE color: 13291006.

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

Color convert

RGB254205202-
CMYK00.190.200.00
HSL3.46º96.3%89.41%-
HSV(B)3.46º20.47%99.61%-
XYZ73.376965.33-
YUV219.31118.23152.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=38.43%
G=31.01%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420520200.190.200.003.4696.389.41
HexFECDCA01314036059
Octal3763153120232403140131
Binary1111111011001101110010100100111010001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDCA; }

 p { color: rgb(254,205,202); }

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

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

 a { background-color: rgb(254,205,202); }

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

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

 span { border-color: rgb(254,205,202); }

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