Html Css Color HEX #FDDBA1 Frangipani

📋 copy color: '#FDDBA1'

red 253 ◦ green 219 ◦ blue 161

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

Shades of Frangipani #FDDBA1

Tints of Frangipani #FDDBA1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.6%

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

R = 39.97%
G = 34.6%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDDBA1 (or 0xFDDBA1) is known color: 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

RGB 253 219 161 -
CMYK 0 0.13 0.36 0.01
HSL 37.83º 0.96% 0.81% -
HSV(B) 37.83º 0.36% 0.99% -
XYZ 72.27 74.12 44.22 -
YUV 222.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 253 219 161 0 0.13 0.36 0.01 37.83 0.96 0.81
Hex FD DB A1 0 D 24 1 26 60 51
Octal 375 333 241 0 15 44 1 46 140 121
Binary 11111101 11011011 10100001 0 1101 100100 1 100110 1100000 1010001

Color Harmonies of #FDDBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBA1

Black with #FDDBA1

Text Example


Text Example

White with #FDDBA1

Text Example


Text Example

HTML Codes & Css Web 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>