Html Css Color HEX #FFD6A2 Frangipani

📋 copy color: '#FFD6A2'

red 255 ◦ green 214 ◦ blue 162

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

Shades of Frangipani #FFD6A2

Tints of Frangipani #FFD6A2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.91%

 BLUE value IS 162 (63.67% from 255) = 25.67%

R = 40.41%
G = 33.91%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFD6A2 (or 0xFFD6A2) is known color: Frangipani. HEX triplet: FF, D6 and A2. RGB value is (255,214,162). Sum of RGB (Red+Green+Blue) = 255+214+162=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 162 (63.67% from 255 or 25.67% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD6A2 is #00295D. Grayscale: #DCDCDC. Windows color (decimal): -10590 or 10671871. OLE color: 10671871.

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

Color convert

RGB 255 214 162 -
CMYK 0 0.16 0.36 0
HSL 33.55º 1% 0.82% -
HSV(B) 33.55º 0.36% 1% -
XYZ 71.81 71.96 44.29 -
YUV 220.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 255 214 162 0 0.16 0.36 0 33.55 1 0.82
Hex FF D6 A2 0 10 24 0 22 64 52
Octal 377 326 242 0 20 44 0 42 144 122
Binary 11111111 11010110 10100010 0 10000 100100 0 100010 1100100 1010010

Color Harmonies of #FFD6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6A2

Black with #FFD6A2

Text Example


Text Example

White with #FFD6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6A2; }

 p { color: rgb(255,214,162); }

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

background-color css

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

 a { background-color: rgb(255,214,162); }

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

border-color css

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

 span { border-color: rgb(255,214,162); }

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