Html Css Color HEX #FEFFD2 Cream

📋 copy color: '#FEFFD2'

red 254 ◦ green 255 ◦ blue 210

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

Shades of Cream #FEFFD2

Tints of Cream #FEFFD2

RGB

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

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

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

R = 35.33%
G = 35.47%
B = 29.21%

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

#FEFFD2 (or 0xFEFFD2) is known color: Cream. HEX triplet: FE, FF and D2. RGB value is (254,255,210). Sum of RGB (Red+Green+Blue) = 254+255+210=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 210 (82.42% from 255 or 29.21% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFD2 is #01002D. Grayscale: #F9F9F9. Windows color (decimal): -65582 or 13828094. OLE color: 13828094.

HSL color Cylindrical-coordinate representation of color #FEFFD2: hue angle of 61.33º 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 #FEFFD2 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 254 255 210 -
CMYK 0.00 0 0.18 0
HSL 61.33º 1% 0.91% -
HSV(B) 61.33º 0.18% 1% -
XYZ 88.27 97.24 75.09 -
YUV 249.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 254 255 210 0.00 0 0.18 0 61.33 1 0.91
Hex FE FF D2 0 0 12 0 3D 64 5B
Octal 376 377 322 0 0 22 0 75 144 133
Binary 11111110 11111111 11010010 0 0 10010 0 111101 1100100 1011011

Color Harmonies of #FEFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFD2

Black with #FEFFD2

Text Example


Text Example

White with #FEFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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