Html Css Color HEX #FEDAD5 Cosmos

📋 copy color: '#FEDAD5'

red 254 ◦ green 218 ◦ blue 213

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

Shades of Cosmos #FEDAD5

Tints of Cosmos #FEDAD5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.82%

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

R = 37.08%
G = 31.82%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEDAD5 (or 0xFEDAD5) is known color: Cosmos. HEX triplet: FE, DA and D5. RGB value is (254,218,213). Sum of RGB (Red+Green+Blue) = 254+218+213=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAD5 is #01252A. Grayscale: #E4E4E4. Windows color (decimal): -75051 or 14015230. OLE color: 14015230.

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

Color convert

RGB 254 218 213 -
CMYK 0 0.14 0.16 0.00
HSL 7.32º 0.95% 0.92% -
HSV(B) 7.32º 0.16% 1% -
XYZ 77.95 76.02 73.52 -
YUV 228.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 254 218 213 0 0.14 0.16 0.00 7.32 0.95 0.92
Hex FE DA D5 0 E 10 0 7 5F 5C
Octal 376 332 325 0 16 20 0 7 137 134
Binary 11111110 11011010 11010101 0 1110 10000 0 111 1011111 1011100

Color Harmonies of #FEDAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAD5

Black with #FEDAD5

Text Example


Text Example

White with #FEDAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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