Html Css Color HEX #FEFDCB Cream

📋 copy color: '#FEFDCB'

red 254 ◦ green 253 ◦ blue 203

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

Shades of Cream #FEFDCB

Tints of Cream #FEFDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 28.59%

R = 35.77%
G = 35.63%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEFDCB (or 0xFEFDCB) is known color: Cream. HEX triplet: FE, FD and CB. RGB value is (254,253,203). Sum of RGB (Red+Green+Blue) = 254+253+203=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 203 (79.69% from 255 or 28.59% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDCB is #010234. Grayscale: #F7F7F7. Windows color (decimal): -66101 or 13368830. OLE color: 13368830.

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

Color convert

RGB 254 253 203 -
CMYK 0 0.00 0.20 0.00
HSL 58.82º 0.96% 0.9% -
HSV(B) 58.82º 0.2% 1% -
XYZ 86.78 95.63 70.39 -
YUV 247.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 254 253 203 0 0.00 0.20 0.00 58.82 0.96 0.9
Hex FE FD CB 0 0 14 0 3B 60 5A
Octal 376 375 313 0 0 24 0 73 140 132
Binary 11111110 11111101 11001011 0 0 10100 0 111011 1100000 1011010

Color Harmonies of #FEFDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDCB

Black with #FEFDCB

Text Example


Text Example

White with #FEFDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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