Html Css Color HEX #FFD5A0 Frangipani

📋 copy color: '#FFD5A0'

red 255 ◦ green 213 ◦ blue 160

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

Shades of Frangipani #FFD5A0

Tints of Frangipani #FFD5A0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.92%

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

R = 40.61%
G = 33.92%
B = 25.48%

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

#FFD5A0 (or 0xFFD5A0) is known color: Frangipani. HEX triplet: FF, D5 and A0. RGB value is (255,213,160). Sum of RGB (Red+Green+Blue) = 255+213+160=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5A0 is #002A5F. Grayscale: #DBDBDB. Windows color (decimal): -10848 or 10540543. OLE color: 10540543.

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

Color convert

RGB 255 213 160 -
CMYK 0 0.16 0.37 0
HSL 33.47º 1% 0.81% -
HSV(B) 33.47º 0.37% 1% -
XYZ 71.38 71.39 43.27 -
YUV 219.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 255 213 160 0 0.16 0.37 0 33.47 1 0.81
Hex FF D5 A0 0 10 25 0 21 64 51
Octal 377 325 240 0 20 45 0 41 144 121
Binary 11111111 11010101 10100000 0 10000 100101 0 100001 1100100 1010001

Color Harmonies of #FFD5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5A0

Black with #FFD5A0

Text Example


Text Example

White with #FFD5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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