Html Css Color HEX #FED3CD Cosmos

📋 copy color: '#FED3CD'

red 254 ◦ green 211 ◦ blue 205

#FED3CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmos #FED3CD

Tints of Cosmos #FED3CD

RGB

 RED value IS 254 (99.61% from 255) = 37.91%

 GREEN value IS 211 (82.81% from 255) = 31.49%

 BLUE value IS 205 (80.47% from 255) = 30.6%

R = 37.91%
G = 31.49%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FED3CD (or 0xFED3CD) is known color: Cosmos. HEX triplet: FE, D3 and CD. RGB value is (254,211,205). Sum of RGB (Red+Green+Blue) = 254+211+205=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3CD is #012C32. Grayscale: #DFDFDF. Windows color (decimal): -76851 or 13489150. OLE color: 13489150.

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

Color convert

RGB 254 211 205 -
CMYK 0 0.17 0.19 0.00
HSL 7.35º 0.96% 0.9% -
HSV(B) 7.35º 0.19% 1% -
XYZ 75.19 72.07 67.71 -
YUV 223.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 254 211 205 0 0.17 0.19 0.00 7.35 0.96 0.9
Hex FE D3 CD 0 11 13 0 7 60 5A
Octal 376 323 315 0 21 23 0 7 140 132
Binary 11111110 11010011 11001101 0 10001 10011 0 111 1100000 1011010

Color Harmonies of #FED3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3CD

Black with #FED3CD

Text Example


Text Example

White with #FED3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3CD; }

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

 H1.HeaderClassName
 {
   color: #FED3CD;
 }
 .AnyTagClassName
 {
   color: #FED3CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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