#FED3D3

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

Shades of Cosmos #FED3D3

Tints of Cosmos #FED3D3

Color information

#FED3D3 (or 0xFED3D3) is unknown color: approx Cosmos. HEX triplet: FE, D3 and D3. RGB value is (254,211,211). Sum of RGB (Red+Green+Blue) = 254+211+211=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 211 (82.81% from 255 or 31.21% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3D3 is #012C2C. Grayscale: #DFDFDF. Windows color (decimal): -76845 or 13882366. OLE color: 13882366.

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

Color convert

RGB254211211-
CMYK00.170.170.00
HSL95.56%91.18%-
HSV(B)16.93%99.61%-
XYZ75.9372.3671.59-
YUV223.86120.75149.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 211 (82.81% from 255) = 31.21%
BLUE value IS 211 (82.81% from 255) = 31.21%
R=37.57%
G=31.21%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421121100.170.170.00095.5691.18
HexFED3D30111100605b
Octal3763233230212100140133
Binary111111101101001111010011010001100010011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3D3; }

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

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

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

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

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

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

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

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