Html Css Color HEX #FECFC9 Cosmos

📋 copy color: '#FECFC9'

red 254 ◦ green 207 ◦ blue 201

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

Shades of Cosmos #FECFC9

Tints of Cosmos #FECFC9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.27%

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

R = 38.37%
G = 31.27%
B = 30.36%

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

#FECFC9 (or 0xFECFC9) is known color: Cosmos. HEX triplet: FE, CF and C9. RGB value is (254,207,201). Sum of RGB (Red+Green+Blue) = 254+207+201=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC9 is #013036. Grayscale: #DCDCDC. Windows color (decimal): -77879 or 13225982. OLE color: 13225982.

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

Color convert

RGB 254 207 201 -
CMYK 0 0.19 0.21 0.00
HSL 6.79º 0.96% 0.89% -
HSV(B) 6.79º 0.21% 1% -
XYZ 73.73 69.91 64.87 -
YUV 220.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 254 207 201 0 0.19 0.21 0.00 6.79 0.96 0.89
Hex FE CF C9 0 13 15 0 7 60 59
Octal 376 317 311 0 23 25 0 7 140 131
Binary 11111110 11001111 11001001 0 10011 10101 0 111 1100000 1011001

Color Harmonies of #FECFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFC9

Black with #FECFC9

Text Example


Text Example

White with #FECFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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