Html Css Color HEX #FEFEC4 Cream

📋 copy color: '#FEFEC4'

red 254 ◦ green 254 ◦ blue 196

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

Shades of Cream #FEFEC4

Tints of Cream #FEFEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 27.84%

R = 36.08%
G = 36.08%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEFEC4 (or 0xFEFEC4) is known color: Cream. HEX triplet: FE, FE and C4. RGB value is (254,254,196). Sum of RGB (Red+Green+Blue) = 254+254+196=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 196 (76.95% from 255 or 27.84% from 704); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEC4 is #01013B. Grayscale: #F7F7F7. Windows color (decimal): -65852 or 12910334. OLE color: 12910334.

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

Color convert

RGB 254 254 196 -
CMYK 0 0 0.23 0.00
HSL 60º 0.97% 0.88% -
HSV(B) 60º 0.23% 1% -
XYZ 86.28 95.94 66.2 -
YUV 247.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 254 254 196 0 0 0.23 0.00 60 0.97 0.88
Hex FE FE C4 0 0 17 0 3C 61 58
Octal 376 376 304 0 0 27 0 74 141 130
Binary 11111110 11111110 11000100 0 0 10111 0 111100 1100001 1011000

Color Harmonies of #FEFEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEC4

Black with #FEFEC4

Text Example


Text Example

White with #FEFEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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