Html Css Color HEX #FECFCD Cosmos

📋 copy color: '#FECFCD'

red 254 ◦ green 207 ◦ blue 205

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

Shades of Cosmos #FECFCD

Tints of Cosmos #FECFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.78%

R = 38.14%
G = 31.08%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FECFCD (or 0xFECFCD) is known color: Cosmos. HEX triplet: FE, CF and CD. RGB value is (254,207,205). Sum of RGB (Red+Green+Blue) = 254+207+205=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFCD is #013032. Grayscale: #DCDCDC. Windows color (decimal): -77875 or 13488126. OLE color: 13488126.

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

Color convert

RGB 254 207 205 -
CMYK 0 0.19 0.19 0.00
HSL 2.45º 0.96% 0.9% -
HSV(B) 2.45º 0.19% 1% -
XYZ 74.21 70.1 67.38 -
YUV 220.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 254 207 205 0 0.19 0.19 0.00 2.45 0.96 0.9
Hex FE CF CD 0 13 13 0 2 60 5A
Octal 376 317 315 0 23 23 0 2 140 132
Binary 11111110 11001111 11001101 0 10011 10011 0 10 1100000 1011010

Color Harmonies of #FECFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFCD

Black with #FECFCD

Text Example


Text Example

White with #FECFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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