Html Css Color HEX #FFD6A5 Frangipani

📋 copy color: '#FFD6A5'

red 255 ◦ green 214 ◦ blue 165

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

Shades of Frangipani #FFD6A5

Tints of Frangipani #FFD6A5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.75%

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

R = 40.22%
G = 33.75%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFD6A5 (or 0xFFD6A5) is known color: Frangipani. HEX triplet: FF, D6 and A5. RGB value is (255,214,165). Sum of RGB (Red+Green+Blue) = 255+214+165=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 165 (64.84% from 255 or 26.03% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD6A5 is #00295A. Grayscale: #DCDCDC. Windows color (decimal): -10587 or 10868479. OLE color: 10868479.

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

Color convert

RGB 255 214 165 -
CMYK 0 0.16 0.35 0
HSL 32.67º 1% 0.82% -
HSV(B) 32.67º 0.35% 1% -
XYZ 72.08 72.07 45.71 -
YUV 220.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 255 214 165 0 0.16 0.35 0 32.67 1 0.82
Hex FF D6 A5 0 10 23 0 21 64 52
Octal 377 326 245 0 20 43 0 41 144 122
Binary 11111111 11010110 10100101 0 10000 100011 0 100001 1100100 1010010

Color Harmonies of #FFD6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6A5

Black with #FFD6A5

Text Example


Text Example

White with #FFD6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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