Html Css Color HEX #FED5D5 Cosmos

📋 copy color: '#FED5D5'

red 254 ◦ green 213 ◦ blue 213

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

Shades of Cosmos #FED5D5

Tints of Cosmos #FED5D5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.32%

 BLUE value IS 213 (83.59% from 255) = 31.32%

R = 37.35%
G = 31.32%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FED5D5 (or 0xFED5D5) is known color: Cosmos. HEX triplet: FE, D5 and D5. RGB value is (254,213,213). Sum of RGB (Red+Green+Blue) = 254+213+213=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5D5 is #012A2A. Grayscale: #E1E1E1. Windows color (decimal): -76331 or 14013950. OLE color: 14013950.

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

Color convert

RGB 254 213 213 -
CMYK 0 0.16 0.16 0.00
HSL 0.95% 0.92% -
HSV(B) 0.16% 1% -
XYZ 76.68 73.46 73.09 -
YUV 225.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 254 213 213 0 0.16 0.16 0.00 0 0.95 0.92
Hex FE D5 D5 0 10 10 0 0 5F 5C
Octal 376 325 325 0 20 20 0 0 137 134
Binary 11111110 11010101 11010101 0 10000 10000 0 0 1011111 1011100

Color Harmonies of #FED5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5D5

Black with #FED5D5

Text Example


Text Example

White with #FED5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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