Html Css Color HEX #FFD4A0 Frangipani

📋 copy color: '#FFD4A0'

red 255 ◦ green 212 ◦ blue 160

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

Shades of Frangipani #FFD4A0

Tints of Frangipani #FFD4A0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.81%

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

R = 40.67%
G = 33.81%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFD4A0 (or 0xFFD4A0) is known color: Frangipani. HEX triplet: FF, D4 and A0. RGB value is (255,212,160). Sum of RGB (Red+Green+Blue) = 255+212+160=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4A0 is #002B5F. Grayscale: #DBDBDB. Windows color (decimal): -11104 or 10540287. OLE color: 10540287.

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

Color convert

RGB 255 212 160 -
CMYK 0 0.17 0.37 0
HSL 32.84º 1% 0.81% -
HSV(B) 32.84º 0.37% 1% -
XYZ 71.13 70.89 43.19 -
YUV 218.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 255 212 160 0 0.17 0.37 0 32.84 1 0.81
Hex FF D4 A0 0 11 25 0 21 64 51
Octal 377 324 240 0 21 45 0 41 144 121
Binary 11111111 11010100 10100000 0 10001 100101 0 100001 1100100 1010001

Color Harmonies of #FFD4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4A0

Black with #FFD4A0

Text Example


Text Example

White with #FFD4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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