Html Css Color HEX #FEFEC1 Cumulus

📋 copy color: '#FEFEC1'

red 254 ◦ green 254 ◦ blue 193

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

Shades of Cumulus #FEFEC1

Tints of Cumulus #FEFEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 27.53%

R = 36.23%
G = 36.23%
B = 27.53%

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

#FEFEC1 (or 0xFEFEC1) is known color: Cumulus. HEX triplet: FE, FE and C1. RGB value is (254,254,193). Sum of RGB (Red+Green+Blue) = 254+254+193=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 193 (75.78% from 255 or 27.53% from 701); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEC1 is #01013E. Grayscale: #F7F7F7. Windows color (decimal): -65855 or 12713726. OLE color: 12713726.

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

Color convert

RGB 254 254 193 -
CMYK 0 0 0.24 0.00
HSL 60º 0.97% 0.88% -
HSV(B) 60º 0.24% 1% -
XYZ 85.94 95.8 64.41 -
YUV 247.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 254 254 193 0 0 0.24 0.00 60 0.97 0.88
Hex FE FE C1 0 0 18 0 3C 61 58
Octal 376 376 301 0 0 30 0 74 141 130
Binary 11111110 11111110 11000001 0 0 11000 0 111100 1100001 1011000

Color Harmonies of #FEFEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEC1

Black with #FEFEC1

Text Example


Text Example

White with #FEFEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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