Html Css Color HEX #FDD3A6 Frangipani

📋 copy color: '#FDD3A6'

red 253 ◦ green 211 ◦ blue 166

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

Shades of Frangipani #FDD3A6

Tints of Frangipani #FDD3A6

RGB

 RED value IS 253 (99.22% from 255) = 40.16%

 GREEN value IS 211 (82.81% from 255) = 33.49%

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

R = 40.16%
G = 33.49%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDD3A6 (or 0xFDD3A6) is known color: Frangipani. HEX triplet: FD, D3 and A6. RGB value is (253,211,166). Sum of RGB (Red+Green+Blue) = 253+211+166=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 166 (65.23% from 255 or 26.35% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD3A6 is #022C59. Grayscale: #DADADA. Windows color (decimal): -142426 or 10933245. OLE color: 10933245.

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

Color convert

RGB 253 211 166 -
CMYK 0 0.17 0.34 0.01
HSL 31.03º 0.96% 0.82% -
HSV(B) 31.03º 0.34% 0.99% -
XYZ 70.69 70.22 45.91 -
YUV 218.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 253 211 166 0 0.17 0.34 0.01 31.03 0.96 0.82
Hex FD D3 A6 0 11 22 1 1F 60 52
Octal 375 323 246 0 21 42 1 37 140 122
Binary 11111101 11010011 10100110 0 10001 100010 1 11111 1100000 1010010

Color Harmonies of #FDD3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD3A6

Black with #FDD3A6

Text Example


Text Example

White with #FDD3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD3A6; }

 p { color: rgb(253,211,166); }

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

background-color css

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

 a { background-color: rgb(253,211,166); }

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

border-color css

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

 span { border-color: rgb(253,211,166); }

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