Html Css Color HEX #FED6D2 Cosmos

📋 copy color: '#FED6D2'

red 254 ◦ green 214 ◦ blue 210

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

Shades of Cosmos #FED6D2

Tints of Cosmos #FED6D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 30.97%

R = 37.46%
G = 31.56%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FED6D2 (or 0xFED6D2) is known color: Cosmos. HEX triplet: FE, D6 and D2. RGB value is (254,214,210). Sum of RGB (Red+Green+Blue) = 254+214+210=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 210 (82.42% from 255 or 30.97% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6D2 is #01292D. Grayscale: #E1E1E1. Windows color (decimal): -76078 or 13817598. OLE color: 13817598.

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

Color convert

RGB 254 214 210 -
CMYK 0 0.16 0.17 0.00
HSL 5.45º 0.96% 0.91% -
HSV(B) 5.45º 0.17% 1% -
XYZ 76.55 73.82 71.19 -
YUV 225.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 254 214 210 0 0.16 0.17 0.00 5.45 0.96 0.91
Hex FE D6 D2 0 10 11 0 5 60 5B
Octal 376 326 322 0 20 21 0 5 140 133
Binary 11111110 11010110 11010010 0 10000 10001 0 101 1100000 1011011

Color Harmonies of #FED6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED6D2

Black with #FED6D2

Text Example


Text Example

White with #FED6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED6D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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