Html Css Color HEX #FEFED2 Cream

📋 copy color: '#FEFED2'

red 254 ◦ green 254 ◦ blue 210

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

Shades of Cream #FEFED2

Tints of Cream #FEFED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 29.25%

R = 35.38%
G = 35.38%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEFED2 (or 0xFEFED2) is known color: Cream. HEX triplet: FE, FE and D2. RGB value is (254,254,210). Sum of RGB (Red+Green+Blue) = 254+254+210=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 254 (99.61% from 255 or 35.38% from 718); Blue value is 210 (82.42% from 255 or 29.25% from 718); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFED2 is #01012D. Grayscale: #F9F9F9. Windows color (decimal): -65838 or 13827838. OLE color: 13827838.

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

Color convert

RGB 254 254 210 -
CMYK 0 0 0.17 0.00
HSL 60º 0.96% 0.91% -
HSV(B) 60º 0.17% 1% -
XYZ 87.95 96.61 74.98 -
YUV 248.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 254 254 210 0 0 0.17 0.00 60 0.96 0.91
Hex FE FE D2 0 0 11 0 3C 60 5B
Octal 376 376 322 0 0 21 0 74 140 133
Binary 11111110 11111110 11010010 0 0 10001 0 111100 1100000 1011011

Color Harmonies of #FEFED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFED2

Black with #FEFED2

Text Example


Text Example

White with #FEFED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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