Html Css Color HEX #FDDFA8 Cape Honey

📋 copy color: '#FDDFA8'

red 253 ◦ green 223 ◦ blue 168

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

Shades of Cape Honey #FDDFA8

Tints of Cape Honey #FDDFA8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.63%

 BLUE value IS 168 (66.02% from 255) = 26.09%

R = 39.29%
G = 34.63%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDDFA8 (or 0xFDDFA8) is known color: Cape Honey. HEX triplet: FD, DF and A8. RGB value is (253,223,168). Sum of RGB (Red+Green+Blue) = 253+223+168=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 168 (66.02% from 255 or 26.09% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFA8 is #022057. Grayscale: #E1E1E1. Windows color (decimal): -139352 or 11067389. OLE color: 11067389.

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

Color convert

RGB 253 223 168 -
CMYK 0 0.12 0.34 0.01
HSL 38.82º 0.96% 0.83% -
HSV(B) 38.82º 0.34% 0.99% -
XYZ 73.96 76.49 47.91 -
YUV 225.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 253 223 168 0 0.12 0.34 0.01 38.82 0.96 0.83
Hex FD DF A8 0 C 22 1 27 60 53
Octal 375 337 250 0 14 42 1 47 140 123
Binary 11111101 11011111 10101000 0 1100 100010 1 100111 1100000 1010011

Color Harmonies of #FDDFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFA8

Black with #FDDFA8

Text Example


Text Example

White with #FDDFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFA8; }

 p { color: rgb(253,223,168); }

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

background-color css

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

 a { background-color: rgb(253,223,168); }

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

border-color css

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

 span { border-color: rgb(253,223,168); }

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