Html Css Color HEX #FDDFA1 Cape Honey

📋 copy color: '#FDDFA1'

red 253 ◦ green 223 ◦ blue 161

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

Shades of Cape Honey #FDDFA1

Tints of Cape Honey #FDDFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.27%

R = 39.72%
G = 35.01%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDDFA1 (or 0xFDDFA1) is known color: Cape Honey. HEX triplet: FD, DF and A1. RGB value is (253,223,161). Sum of RGB (Red+Green+Blue) = 253+223+161=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 161 (63.28% from 255 or 25.27% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFA1 is #02205E. Grayscale: #E1E1E1. Windows color (decimal): -139359 or 10608637. OLE color: 10608637.

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

Color convert

RGB 253 223 161 -
CMYK 0 0.12 0.36 0.01
HSL 40.43º 0.96% 0.81% -
HSV(B) 40.43º 0.36% 0.99% -
XYZ 73.33 76.23 44.57 -
YUV 224.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 253 223 161 0 0.12 0.36 0.01 40.43 0.96 0.81
Hex FD DF A1 0 C 24 1 28 60 51
Octal 375 337 241 0 14 44 1 50 140 121
Binary 11111101 11011111 10100001 0 1100 100100 1 101000 1100000 1010001

Color Harmonies of #FDDFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFA1

Black with #FDDFA1

Text Example


Text Example

White with #FDDFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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