Html Css Color HEX #FEFDD2 Cream

📋 copy color: '#FEFDD2'

red 254 ◦ green 253 ◦ blue 210

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

Shades of Cream #FEFDD2

Tints of Cream #FEFDD2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.29%

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

R = 35.43%
G = 35.29%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEFDD2 (or 0xFEFDD2) is known color: Cream. HEX triplet: FE, FD and D2. RGB value is (254,253,210). Sum of RGB (Red+Green+Blue) = 254+253+210=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 210 (82.42% from 255 or 29.29% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDD2 is #01022D. Grayscale: #F8F8F8. Windows color (decimal): -66094 or 13827582. OLE color: 13827582.

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

Color convert

RGB 254 253 210 -
CMYK 0 0.00 0.17 0.00
HSL 58.64º 0.96% 0.91% -
HSV(B) 58.64º 0.17% 1% -
XYZ 87.63 95.97 74.88 -
YUV 248.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 254 253 210 0 0.00 0.17 0.00 58.64 0.96 0.91
Hex FE FD D2 0 0 11 0 3B 60 5B
Octal 376 375 322 0 0 21 0 73 140 133
Binary 11111110 11111101 11010010 0 0 10001 0 111011 1100000 1011011

Color Harmonies of #FEFDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDD2

Black with #FEFDD2

Text Example


Text Example

White with #FEFDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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