Html Css Color HEX #FEDAD7 Cosmos

📋 copy color: '#FEDAD7'

red 254 ◦ green 218 ◦ blue 215

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

Shades of Cosmos #FEDAD7

Tints of Cosmos #FEDAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.3%

R = 36.97%
G = 31.73%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEDAD7 (or 0xFEDAD7) is known color: Cosmos. HEX triplet: FE, DA and D7. RGB value is (254,218,215). Sum of RGB (Red+Green+Blue) = 254+218+215=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAD7 is #012528. Grayscale: #E4E4E4. Windows color (decimal): -75049 or 14146302. OLE color: 14146302.

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

Color convert

RGB 254 218 215 -
CMYK 0 0.14 0.15 0.00
HSL 4.62º 0.95% 0.92% -
HSV(B) 4.62º 0.15% 1% -
XYZ 78.21 76.12 74.86 -
YUV 228.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 254 218 215 0 0.14 0.15 0.00 4.62 0.95 0.92
Hex FE DA D7 0 E F 0 5 5F 5C
Octal 376 332 327 0 16 17 0 5 137 134
Binary 11111110 11011010 11010111 0 1110 1111 0 101 1011111 1011100

Color Harmonies of #FEDAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAD7

Black with #FEDAD7

Text Example


Text Example

White with #FEDAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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