Html Css Color HEX #FEFFD0 Cream

📋 copy color: '#FEFFD0'

red 254 ◦ green 255 ◦ blue 208

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

Shades of Cream #FEFFD0

Tints of Cream #FEFFD0

RGB

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

 GREEN value IS 255 (100% from 255) = 35.56%

 BLUE value IS 208 (81.64% from 255) = 29.01%

R = 35.43%
G = 35.56%
B = 29.01%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FEFFD0 (or 0xFEFFD0) is known color: Cream. HEX triplet: FE, FF and D0. RGB value is (254,255,208). Sum of RGB (Red+Green+Blue) = 254+255+208=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 208 (81.64% from 255 or 29.01% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFD0 is #01002F. Grayscale: #F9F9F9. Windows color (decimal): -65584 or 13697022. OLE color: 13697022.

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

Color convert

RGB 254 255 208 -
CMYK 0.00 0 0.18 0
HSL 61.28º 1% 0.91% -
HSV(B) 61.28º 0.18% 1% -
XYZ 88.02 97.14 73.79 -
YUV 249.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 254 255 208 0.00 0 0.18 0 61.28 1 0.91
Hex FE FF D0 0 0 12 0 3D 64 5B
Octal 376 377 320 0 0 22 0 75 144 133
Binary 11111110 11111111 11010000 0 0 10010 0 111101 1100100 1011011

Color Harmonies of #FEFFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFD0

Black with #FEFFD0

Text Example


Text Example

White with #FEFFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFD0; }

 p { color: rgb(254,255,208); }

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

background-color css

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

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

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

border-color css

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

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

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