#FED3CF

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

Shades of Cosmos #FED3CF

Tints of Cosmos #FED3CF

Color information

#FED3CF (or 0xFED3CF) is unknown color: approx Cosmos. HEX triplet: FE, D3 and CF. RGB value is (254,211,207). Sum of RGB (Red+Green+Blue) = 254+211+207=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3CF is #012C30. Grayscale: #DFDFDF. Windows color (decimal): -76849 or 13620222. OLE color: 13620222.

HSL color Cylindrical-coordinate representation of color #FED3CF: hue angle of 5.11º 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 #FED3CF is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254211207-
CMYK00.170.190.00
HSL5.11º95.92%90.39%-
HSV(B)5.11º18.5%99.61%-
XYZ75.4372.1668.99-
YUV223.4118.75149.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 211 (82.81% from 255) = 31.40%
BLUE value IS 207 (81.25% from 255) = 30.80%
R=37.80%
G=31.40%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421120700.170.190.005.1195.9290.39
HexFED3CF0111305605a
Octal3763233170212305140132
Binary11111110110100111100111101000110011010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3CF; }

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

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

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

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

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

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

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

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