Html Css Color HEX #FEFDD4 Cream

📋 copy color: '#FEFDD4'

red 254 ◦ green 253 ◦ blue 212

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

Shades of Cream #FEFDD4

Tints of Cream #FEFDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 29.49%

R = 35.33%
G = 35.19%
B = 29.49%

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

#FEFDD4 (or 0xFEFDD4) is known color: Cream. HEX triplet: FE, FD and D4. RGB value is (254,253,212). Sum of RGB (Red+Green+Blue) = 254+253+212=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 212 (83.20% from 255 or 29.49% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDD4 is #01022B. Grayscale: #F8F8F8. Windows color (decimal): -66092 or 13958654. OLE color: 13958654.

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

Color convert

RGB 254 253 212 -
CMYK 0 0.00 0.17 0.00
HSL 58.57º 0.95% 0.91% -
HSV(B) 58.57º 0.17% 1% -
XYZ 87.88 96.07 76.2 -
YUV 248.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 254 253 212 0 0.00 0.17 0.00 58.57 0.95 0.91
Hex FE FD D4 0 0 11 0 3B 5F 5B
Octal 376 375 324 0 0 21 0 73 137 133
Binary 11111110 11111101 11010100 0 0 10001 0 111011 1011111 1011011

Color Harmonies of #FEFDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDD4

Black with #FEFDD4

Text Example


Text Example

White with #FEFDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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