Html Css Color HEX #FFD4A4 Frangipani

📋 copy color: '#FFD4A4'

red 255 ◦ green 212 ◦ blue 164

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

Shades of Frangipani #FFD4A4

Tints of Frangipani #FFD4A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.99%

R = 40.41%
G = 33.6%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFD4A4 (or 0xFFD4A4) is known color: Frangipani. HEX triplet: FF, D4 and A4. RGB value is (255,212,164). Sum of RGB (Red+Green+Blue) = 255+212+164=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 164 (64.45% from 255 or 25.99% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4A4 is #002B5B. Grayscale: #DBDBDB. Windows color (decimal): -11100 or 10802431. OLE color: 10802431.

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

Color convert

RGB 255 212 164 -
CMYK 0 0.17 0.36 0
HSL 31.65º 1% 0.82% -
HSV(B) 31.65º 0.36% 1% -
XYZ 71.48 71.03 45.06 -
YUV 219.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 255 212 164 0 0.17 0.36 0 31.65 1 0.82
Hex FF D4 A4 0 11 24 0 20 64 52
Octal 377 324 244 0 21 44 0 40 144 122
Binary 11111111 11010100 10100100 0 10001 100100 0 100000 1100100 1010010

Color Harmonies of #FFD4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4A4

Black with #FFD4A4

Text Example


Text Example

White with #FFD4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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