Html Css Color HEX #FEFDCF Cream

📋 copy color: '#FEFDCF'

red 254 ◦ green 253 ◦ blue 207

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

Shades of Cream #FEFDCF

Tints of Cream #FEFDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 28.99%

R = 35.57%
G = 35.43%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEFDCF (or 0xFEFDCF) is known color: Cream. HEX triplet: FE, FD and CF. RGB value is (254,253,207). Sum of RGB (Red+Green+Blue) = 254+253+207=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 207 (81.25% from 255 or 28.99% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDCF is #010230. Grayscale: #F8F8F8. Windows color (decimal): -66097 or 13630974. OLE color: 13630974.

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

Color convert

RGB 254 253 207 -
CMYK 0 0.00 0.19 0.00
HSL 58.72º 0.96% 0.9% -
HSV(B) 58.72º 0.19% 1% -
XYZ 87.26 95.83 72.93 -
YUV 248.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 254 253 207 0 0.00 0.19 0.00 58.72 0.96 0.9
Hex FE FD CF 0 0 13 0 3B 60 5A
Octal 376 375 317 0 0 23 0 73 140 132
Binary 11111110 11111101 11001111 0 0 10011 0 111011 1100000 1011010

Color Harmonies of #FEFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDCF

Black with #FEFDCF

Text Example


Text Example

White with #FEFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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