Html Css Color HEX #FECECC Cosmos

📋 copy color: '#FECECC'

red 254 ◦ green 206 ◦ blue 204

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

Shades of Cosmos #FECECC

Tints of Cosmos #FECECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.02%

 BLUE value IS 204 (80.08% from 255) = 30.72%

R = 38.25%
G = 31.02%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FECECC (or 0xFECECC) is known color: Cosmos. HEX triplet: FE, CE and CC. RGB value is (254,206,204). Sum of RGB (Red+Green+Blue) = 254+206+204=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FECECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECECC is #013133. Grayscale: #DCDCDC. Windows color (decimal): -78132 or 13422334. OLE color: 13422334.

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

Color convert

RGB 254 206 204 -
CMYK 0 0.19 0.20 0.00
HSL 2.4º 0.96% 0.9% -
HSV(B) 2.4º 0.2% 1% -
XYZ 73.84 69.57 66.66 -
YUV 220.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 254 206 204 0 0.19 0.20 0.00 2.4 0.96 0.9
Hex FE CE CC 0 13 14 0 2 60 5A
Octal 376 316 314 0 23 24 0 2 140 132
Binary 11111110 11001110 11001100 0 10011 10100 0 10 1100000 1011010

Color Harmonies of #FECECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECECC

Black with #FECECC

Text Example


Text Example

White with #FECECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECECC; }

 p { color: rgb(254,206,204); }

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

background-color css

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

 a { background-color: rgb(254,206,204); }

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

border-color css

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

 span { border-color: rgb(254,206,204); }

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