Html Css Color HEX #FED6CD Cosmos

📋 copy color: '#FED6CD'

red 254 ◦ green 214 ◦ blue 205

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

Shades of Cosmos #FED6CD

Tints of Cosmos #FED6CD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.8%

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

R = 37.74%
G = 31.8%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FED6CD (or 0xFED6CD) is known color: Cosmos. HEX triplet: FE, D6 and CD. RGB value is (254,214,205). Sum of RGB (Red+Green+Blue) = 254+214+205=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6CD is #012932. Grayscale: #E1E1E1. Windows color (decimal): -76083 or 13489918. OLE color: 13489918.

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

Color convert

RGB 254 214 205 -
CMYK 0 0.16 0.19 0.00
HSL 11.02º 0.96% 0.9% -
HSV(B) 11.02º 0.19% 1% -
XYZ 75.94 73.57 67.96 -
YUV 224.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 254 214 205 0 0.16 0.19 0.00 11.02 0.96 0.9
Hex FE D6 CD 0 10 13 0 B 60 5A
Octal 376 326 315 0 20 23 0 13 140 132
Binary 11111110 11010110 11001101 0 10000 10011 0 1011 1100000 1011010

Color Harmonies of #FED6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED6CD

Black with #FED6CD

Text Example


Text Example

White with #FED6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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