Html Css Color HEX #FECDC9 Cosmos

📋 copy color: '#FECDC9'

red 254 ◦ green 205 ◦ blue 201

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

Shades of Cosmos #FECDC9

Tints of Cosmos #FECDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.06%

 BLUE value IS 201 (78.91% from 255) = 30.45%

R = 38.48%
G = 31.06%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FECDC9 (or 0xFECDC9) is known color: Cosmos. HEX triplet: FE, CD and C9. RGB value is (254,205,201). Sum of RGB (Red+Green+Blue) = 254+205+201=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 201 (78.91% from 255 or 30.45% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDC9 is #013236. Grayscale: #DBDBDB. Windows color (decimal): -78391 or 13225470. OLE color: 13225470.

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

Color convert

RGB 254 205 201 -
CMYK 0 0.19 0.21 0.00
HSL 4.53º 0.96% 0.89% -
HSV(B) 4.53º 0.21% 1% -
XYZ 73.25 68.95 64.71 -
YUV 219.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 254 205 201 0 0.19 0.21 0.00 4.53 0.96 0.89
Hex FE CD C9 0 13 15 0 5 60 59
Octal 376 315 311 0 23 25 0 5 140 131
Binary 11111110 11001101 11001001 0 10011 10101 0 101 1100000 1011001

Color Harmonies of #FECDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDC9

Black with #FECDC9

Text Example


Text Example

White with #FECDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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