Html Css Color HEX #FFD7A6 Frangipani

📋 copy color: '#FFD7A6'

red 255 ◦ green 215 ◦ blue 166

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

Shades of Frangipani #FFD7A6

Tints of Frangipani #FFD7A6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.81%

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

R = 40.09%
G = 33.81%
B = 26.1%

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

#FFD7A6 (or 0xFFD7A6) is known color: Frangipani. HEX triplet: FF, D7 and A6. RGB value is (255,215,166). Sum of RGB (Red+Green+Blue) = 255+215+166=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 166 (65.23% from 255 or 26.10% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD7A6 is #002859. Grayscale: #DDDDDD. Windows color (decimal): -10330 or 10934271. OLE color: 10934271.

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

Color convert

RGB 255 215 166 -
CMYK 0 0.16 0.35 0
HSL 33.03º 1% 0.83% -
HSV(B) 33.03º 0.35% 1% -
XYZ 72.42 72.61 46.28 -
YUV 221.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 255 215 166 0 0.16 0.35 0 33.03 1 0.83
Hex FF D7 A6 0 10 23 0 21 64 53
Octal 377 327 246 0 20 43 0 41 144 123
Binary 11111111 11010111 10100110 0 10000 100011 0 100001 1100100 1010011

Color Harmonies of #FFD7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD7A6

Black with #FFD7A6

Text Example


Text Example

White with #FFD7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD7A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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