Html Css Color HEX #FDE6C8 Derby

📋 copy color: '#FDE6C8'

red 253 ◦ green 230 ◦ blue 200

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

Shades of Derby #FDE6C8

Tints of Derby #FDE6C8

RGB

 RED value IS 253 (99.22% from 255) = 37.04%

 GREEN value IS 230 (90.23% from 255) = 33.67%

 BLUE value IS 200 (78.52% from 255) = 29.28%

R = 37.04%
G = 33.67%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDE6C8 (or 0xFDE6C8) is known color: Derby. HEX triplet: FD, E6 and C8. RGB value is (253,230,200). Sum of RGB (Red+Green+Blue) = 253+230+200=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 200 (78.52% from 255 or 29.28% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6C8 is #021937. Grayscale: #E9E9E9. Windows color (decimal): -137528 or 13166333. OLE color: 13166333.

HSL color Cylindrical-coordinate representation of color #FDE6C8: hue angle of 33.96º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDE6C8 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 230 200 -
CMYK 0 0.09 0.21 0.01
HSL 33.96º 0.93% 0.89% -
HSV(B) 33.96º 0.21% 0.99% -
XYZ 79.23 81.65 66.23 -
YUV 233.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 253 230 200 0 0.09 0.21 0.01 33.96 0.93 0.89
Hex FD E6 C8 0 9 15 1 22 5D 59
Octal 375 346 310 0 11 25 1 42 135 131
Binary 11111101 11100110 11001000 0 1001 10101 1 100010 1011101 1011001

Color Harmonies of #FDE6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE6C8

Black with #FDE6C8

Text Example


Text Example

White with #FDE6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE6C8; }

 p { color: rgb(253,230,200); }

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

background-color css

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

 a { background-color: rgb(253,230,200); }

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

border-color css

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

 span { border-color: rgb(253,230,200); }

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