Html Css Color HEX #FDDD9E Cape Honey

📋 copy color: '#FDDD9E'

red 253 ◦ green 221 ◦ blue 158

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

Shades of Cape Honey #FDDD9E

Tints of Cape Honey #FDDD9E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.97%

 BLUE value IS 158 (62.11% from 255) = 25%

R = 40.03%
G = 34.97%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDDD9E (or 0xFDDD9E) is known color: Cape Honey. HEX triplet: FD, DD and 9E. RGB value is (253,221,158). Sum of RGB (Red+Green+Blue) = 253+221+158=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 158 (62.11% from 255 or 25% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD9E is #022261. Grayscale: #DFDFDF. Windows color (decimal): -139874 or 10411517. OLE color: 10411517.

HSL color Cylindrical-coordinate representation of color #FDDD9E: hue angle of 39.79º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDDD9E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 221 158 -
CMYK 0 0.13 0.38 0.01
HSL 39.79º 0.96% 0.81% -
HSV(B) 39.79º 0.38% 0.99% -
XYZ 72.54 75.06 43.01 -
YUV 223.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 253 221 158 0 0.13 0.38 0.01 39.79 0.96 0.81
Hex FD DD 9E 0 D 26 1 28 60 51
Octal 375 335 236 0 15 46 1 50 140 121
Binary 11111101 11011101 10011110 0 1101 100110 1 101000 1100000 1010001

Color Harmonies of #FDDD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD9E

Black with #FDDD9E

Text Example


Text Example

White with #FDDD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD9E; }

 p { color: rgb(253,221,158); }

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

background-color css

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

 a { background-color: rgb(253,221,158); }

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

border-color css

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

 span { border-color: rgb(253,221,158); }

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