Html Css Color HEX #FFD8A5 Frangipani

📋 copy color: '#FFD8A5'

red 255 ◦ green 216 ◦ blue 165

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

Shades of Frangipani #FFD8A5

Tints of Frangipani #FFD8A5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.96%

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

R = 40.09%
G = 33.96%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFD8A5 (or 0xFFD8A5) is known color: Frangipani. HEX triplet: FF, D8 and A5. RGB value is (255,216,165). Sum of RGB (Red+Green+Blue) = 255+216+165=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 165 (64.84% from 255 or 25.94% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD8A5 is #00275A. Grayscale: #DEDEDE. Windows color (decimal): -10075 or 10868991. OLE color: 10868991.

HSL color Cylindrical-coordinate representation of color #FFD8A5: hue angle of 34º 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 #FFD8A5 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 216 165 -
CMYK 0 0.15 0.35 0
HSL 34º 1% 0.82% -
HSV(B) 34º 0.35% 1% -
XYZ 72.59 73.09 45.88 -
YUV 221.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 255 216 165 0 0.15 0.35 0 34 1 0.82
Hex FF D8 A5 0 F 23 0 22 64 52
Octal 377 330 245 0 17 43 0 42 144 122
Binary 11111111 11011000 10100101 0 1111 100011 0 100010 1100100 1010010

Color Harmonies of #FFD8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD8A5

Black with #FFD8A5

Text Example


Text Example

White with #FFD8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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