Html Css Color HEX #FEFEC7 Cream

📋 copy color: '#FEFEC7'

red 254 ◦ green 254 ◦ blue 199

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

Shades of Cream #FEFEC7

Tints of Cream #FEFEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 28.15%

R = 35.93%
G = 35.93%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEFEC7 (or 0xFEFEC7) is known color: Cream. HEX triplet: FE, FE and C7. RGB value is (254,254,199). Sum of RGB (Red+Green+Blue) = 254+254+199=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 199 (78.12% from 255 or 28.15% from 707); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEC7 is #010138. Grayscale: #F7F7F7. Windows color (decimal): -65849 or 13106942. OLE color: 13106942.

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

Color convert

RGB 254 254 199 -
CMYK 0 0 0.22 0.00
HSL 60º 0.96% 0.89% -
HSV(B) 60º 0.22% 1% -
XYZ 86.62 96.08 68.01 -
YUV 247.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 254 254 199 0 0 0.22 0.00 60 0.96 0.89
Hex FE FE C7 0 0 16 0 3C 60 59
Octal 376 376 307 0 0 26 0 74 140 131
Binary 11111110 11111110 11000111 0 0 10110 0 111100 1100000 1011001

Color Harmonies of #FEFEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEC7

Black with #FEFEC7

Text Example


Text Example

White with #FEFEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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