Html Css Color HEX #FFD5A6 Frangipani

📋 copy color: '#FFD5A6'

red 255 ◦ green 213 ◦ blue 166

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

Shades of Frangipani #FFD5A6

Tints of Frangipani #FFD5A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.18%

R = 40.22%
G = 33.6%
B = 26.18%

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

#FFD5A6 (or 0xFFD5A6) is known color: Frangipani. HEX triplet: FF, D5 and A6. RGB value is (255,213,166). Sum of RGB (Red+Green+Blue) = 255+213+166=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 166 (65.23% from 255 or 26.18% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5A6 is #002A59. Grayscale: #DCDCDC. Windows color (decimal): -10842 or 10933759. OLE color: 10933759.

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

Color convert

RGB 255 213 166 -
CMYK 0 0.16 0.35 0
HSL 31.69º 1% 0.83% -
HSV(B) 31.69º 0.35% 1% -
XYZ 71.92 71.6 46.11 -
YUV 220.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 255 213 166 0 0.16 0.35 0 31.69 1 0.83
Hex FF D5 A6 0 10 23 0 20 64 53
Octal 377 325 246 0 20 43 0 40 144 123
Binary 11111111 11010101 10100110 0 10000 100011 0 100000 1100100 1010011

Color Harmonies of #FFD5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5A6

Black with #FFD5A6

Text Example


Text Example

White with #FFD5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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