Html Css Color HEX #FEFCC0 Cumulus

📋 copy color: '#FEFCC0'

red 254 ◦ green 252 ◦ blue 192

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

Shades of Cumulus #FEFCC0

Tints of Cumulus #FEFCC0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.1%

 BLUE value IS 192 (75.39% from 255) = 27.51%

R = 36.39%
G = 36.1%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEFCC0 (or 0xFEFCC0) is known color: Cumulus. HEX triplet: FE, FC and C0. RGB value is (254,252,192). Sum of RGB (Red+Green+Blue) = 254+252+192=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 192 (75.39% from 255 or 27.51% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCC0 is #01033F. Grayscale: #F6F6F6. Windows color (decimal): -66368 or 12647678. OLE color: 12647678.

HSL color Cylindrical-coordinate representation of color #FEFCC0: hue angle of 58.06º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEFCC0 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 252 192 -
CMYK 0 0.01 0.24 0.00
HSL 58.06º 0.97% 0.87% -
HSV(B) 58.06º 0.24% 1% -
XYZ 85.2 94.5 63.62 -
YUV 245.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 254 252 192 0 0.01 0.24 0.00 58.06 0.97 0.87
Hex FE FC C0 0 1 18 0 3A 61 57
Octal 376 374 300 0 1 30 0 72 141 127
Binary 11111110 11111100 11000000 0 1 11000 0 111010 1100001 1010111

Color Harmonies of #FEFCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFCC0

Black with #FEFCC0

Text Example


Text Example

White with #FEFCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFCC0; }

 p { color: rgb(254,252,192); }

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

background-color css

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

 a { background-color: rgb(254,252,192); }

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

border-color css

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

 span { border-color: rgb(254,252,192); }

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