Html Css Color HEX #FFDBA5 Frangipani

📋 copy color: '#FFDBA5'

red 255 ◦ green 219 ◦ blue 165

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

Shades of Frangipani #FFDBA5

Tints of Frangipani #FFDBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.82%

R = 39.91%
G = 34.27%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFDBA5 (or 0xFFDBA5) is known color: Frangipani. HEX triplet: FF, DB and A5. RGB value is (255,219,165). Sum of RGB (Red+Green+Blue) = 255+219+165=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 165 (64.84% from 255 or 25.82% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA5 is #00245A. Grayscale: #DFDFDF. Windows color (decimal): -9307 or 10869759. OLE color: 10869759.

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

Color convert

RGB 255 219 165 -
CMYK 0 0.14 0.35 0
HSL 36º 1% 0.82% -
HSV(B) 36º 0.35% 1% -
XYZ 73.36 74.64 46.14 -
YUV 223.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 255 219 165 0 0.14 0.35 0 36 1 0.82
Hex FF DB A5 0 E 23 0 24 64 52
Octal 377 333 245 0 16 43 0 44 144 122
Binary 11111111 11011011 10100101 0 1110 100011 0 100100 1100100 1010010

Color Harmonies of #FFDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBA5

Black with #FFDBA5

Text Example


Text Example

White with #FFDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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