#FDDBA1

Color #FDDBA1 Frangipani (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frangipani #FDDBA1

Tints of Frangipani #FDDBA1

Color information

#FDDBA1 (or 0xFDDBA1) is unknown color: approx Frangipani. HEX triplet: FD, DB and A1. RGB value is (253,219,161). Sum of RGB (Red+Green+Blue) = 253+219+161=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBA1 is #02245E. Grayscale: #DEDEDE. Windows color (decimal): -140383 or 10607613. OLE color: 10607613.

HSL color Cylindrical-coordinate representation of color #FDDBA1: hue angle of 37.83º 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 #FDDBA1 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB253219161-
CMYK00.130.360.01
HSL37.83º95.83%81.18%-
HSV(B)37.83º36.36%99.22%-
XYZ72.2774.1244.22-
YUV222.5593.26149.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 161 (63.28% from 255) = 25.43%
R=39.97%
G=34.60%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321916100.130.360.0137.8395.8381.18
HexFDDBA10D241266051
Octal37533324101544146140121
Binary11111101110110111010000101101100100110011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBA1; }

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

 H1.HeaderClassName
 {
   color: #FDDBA1;
 }
 .AnyTagClassName
 {
   color: #FDDBA1;
 }
</style>
background-color css

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

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

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

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

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

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