Html Css Color HEX #FFDBA0 Frangipani

📋 copy color: '#FFDBA0'

red 255 ◦ green 219 ◦ blue 160

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

Shades of Frangipani #FFDBA0

Tints of Frangipani #FFDBA0

RGB

 RED value IS 255 (100% from 255) = 40.22%

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

 BLUE value IS 160 (62.89% from 255) = 25.24%

R = 40.22%
G = 34.54%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFDBA0 (or 0xFFDBA0) is known color: Frangipani. HEX triplet: FF, DB and A0. RGB value is (255,219,160). Sum of RGB (Red+Green+Blue) = 255+219+160=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA0 is #00245F. Grayscale: #DFDFDF. Windows color (decimal): -9312 or 10542079. OLE color: 10542079.

HSL color Cylindrical-coordinate representation of color #FFDBA0: hue angle of 37.26º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFDBA0 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 255 219 160 -
CMYK 0 0.14 0.37 0
HSL 37.26º 1% 0.81% -
HSV(B) 37.26º 0.37% 1% -
XYZ 72.92 74.46 43.79 -
YUV 223.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 255 219 160 0 0.14 0.37 0 37.26 1 0.81
Hex FF DB A0 0 E 25 0 25 64 51
Octal 377 333 240 0 16 45 0 45 144 121
Binary 11111111 11011011 10100000 0 1110 100101 0 100101 1100100 1010001

Color Harmonies of #FFDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBA0

Black with #FFDBA0

Text Example


Text Example

White with #FFDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBA0; }

 p { color: rgb(255,219,160); }

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

background-color css

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

 a { background-color: rgb(255,219,160); }

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

border-color css

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

 span { border-color: rgb(255,219,160); }

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