Html Css Color HEX #FFD6A0 Frangipani

📋 copy color: '#FFD6A0'

red 255 ◦ green 214 ◦ blue 160

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

Shades of Frangipani #FFD6A0

Tints of Frangipani #FFD6A0

RGB

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

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

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

R = 40.54%
G = 34.02%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFD6A0 (or 0xFFD6A0) is known color: Frangipani. HEX triplet: FF, D6 and A0. RGB value is (255,214,160). Sum of RGB (Red+Green+Blue) = 255+214+160=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 160 (62.89% from 255 or 25.44% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD6A0 is #00295F. Grayscale: #DCDCDC. Windows color (decimal): -10592 or 10540799. OLE color: 10540799.

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

Color convert

RGB 255 214 160 -
CMYK 0 0.16 0.37 0
HSL 34.11º 1% 0.81% -
HSV(B) 34.11º 0.37% 1% -
XYZ 71.63 71.89 43.36 -
YUV 220.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 255 214 160 0 0.16 0.37 0 34.11 1 0.81
Hex FF D6 A0 0 10 25 0 22 64 51
Octal 377 326 240 0 20 45 0 42 144 121
Binary 11111111 11010110 10100000 0 10000 100101 0 100010 1100100 1010001

Color Harmonies of #FFD6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6A0

Black with #FFD6A0

Text Example


Text Example

White with #FFD6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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