#FED6CF

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

Shades of Cosmos #FED6CF

Tints of Cosmos #FED6CF

Color information

#FED6CF (or 0xFED6CF) is unknown color: approx Cosmos. HEX triplet: FE, D6 and CF. RGB value is (254,214,207). Sum of RGB (Red+Green+Blue) = 254+214+207=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6CF is #012930. Grayscale: #E1E1E1. Windows color (decimal): -76081 or 13620990. OLE color: 13620990.

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

Color convert

RGB254214207-
CMYK00.160.190.00
HSL8.94º95.92%90.39%-
HSV(B)8.94º18.5%99.61%-
XYZ76.1873.6769.24-
YUV225.16117.75148.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 214 (83.98% from 255) = 31.70%
BLUE value IS 207 (81.25% from 255) = 30.67%
R=37.63%
G=31.70%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421420700.160.190.008.9495.9290.39
HexFED6CF0101309605a
Octal37632631702023011140132
Binary111111101101011011001111010000100110100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6CF; }

 p { color: rgb(254,214,207); }

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

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

 a { background-color: rgb(254,214,207); }

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

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

 span { border-color: rgb(254,214,207); }

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