Html Css Color HEX #FEFEC0 Cumulus

📋 copy color: '#FEFEC0'

red 254 ◦ green 254 ◦ blue 192

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

Shades of Cumulus #FEFEC0

Tints of Cumulus #FEFEC0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.29%

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

R = 36.29%
G = 36.29%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEFEC0 (or 0xFEFEC0) is known color: Cumulus. HEX triplet: FE, FE and C0. RGB value is (254,254,192). Sum of RGB (Red+Green+Blue) = 254+254+192=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 192 (75.39% from 255 or 27.43% from 700); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEC0 is #01013F. Grayscale: #F7F7F7. Windows color (decimal): -65856 or 12648190. OLE color: 12648190.

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

Color convert

RGB 254 254 192 -
CMYK 0 0 0.24 0.00
HSL 60º 0.97% 0.87% -
HSV(B) 60º 0.24% 1% -
XYZ 85.83 95.76 63.83 -
YUV 246.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 254 254 192 0 0 0.24 0.00 60 0.97 0.87
Hex FE FE C0 0 0 18 0 3C 61 57
Octal 376 376 300 0 0 30 0 74 141 127
Binary 11111110 11111110 11000000 0 0 11000 0 111100 1100001 1010111

Color Harmonies of #FEFEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEC0

Black with #FEFEC0

Text Example


Text Example

White with #FEFEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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