Html Css Color HEX #FFDBA3 Frangipani

📋 copy color: '#FFDBA3'

red 255 ◦ green 219 ◦ blue 163

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

Shades of Frangipani #FFDBA3

Tints of Frangipani #FFDBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 25.59%

R = 40.03%
G = 34.38%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFDBA3 (or 0xFFDBA3) is known color: Frangipani. HEX triplet: FF, DB and A3. RGB value is (255,219,163). Sum of RGB (Red+Green+Blue) = 255+219+163=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 163 (64.06% from 255 or 25.59% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA3 is #00245C. Grayscale: #DFDFDF. Windows color (decimal): -9309 or 10738687. OLE color: 10738687.

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

Color convert

RGB 255 219 163 -
CMYK 0 0.14 0.36 0
HSL 36.52º 1% 0.82% -
HSV(B) 36.52º 0.36% 1% -
XYZ 73.18 74.57 45.19 -
YUV 223.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 255 219 163 0 0.14 0.36 0 36.52 1 0.82
Hex FF DB A3 0 E 24 0 25 64 52
Octal 377 333 243 0 16 44 0 45 144 122
Binary 11111111 11011011 10100011 0 1110 100100 0 100101 1100100 1010010

Color Harmonies of #FFDBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBA3

Black with #FFDBA3

Text Example


Text Example

White with #FFDBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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