Html Css Color HEX #FDD5A3 Frangipani

📋 copy color: '#FDD5A3'

red 253 ◦ green 213 ◦ blue 163

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

Shades of Frangipani #FDD5A3

Tints of Frangipani #FDD5A3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.86%

 BLUE value IS 163 (64.06% from 255) = 25.91%

R = 40.22%
G = 33.86%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDD5A3 (or 0xFDD5A3) is known color: Frangipani. HEX triplet: FD, D5 and A3. RGB value is (253,213,163). Sum of RGB (Red+Green+Blue) = 253+213+163=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 163 (64.06% from 255 or 25.91% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD5A3 is #022A5C. Grayscale: #DBDBDB. Windows color (decimal): -141917 or 10737149. OLE color: 10737149.

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

Color convert

RGB 253 213 163 -
CMYK 0 0.16 0.36 0.01
HSL 33.33º 0.96% 0.82% -
HSV(B) 33.33º 0.36% 0.99% -
XYZ 70.91 71.12 44.64 -
YUV 219.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 253 213 163 0 0.16 0.36 0.01 33.33 0.96 0.82
Hex FD D5 A3 0 10 24 1 21 60 52
Octal 375 325 243 0 20 44 1 41 140 122
Binary 11111101 11010101 10100011 0 10000 100100 1 100001 1100000 1010010

Color Harmonies of #FDD5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD5A3

Black with #FDD5A3

Text Example


Text Example

White with #FDD5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD5A3; }

 p { color: rgb(253,213,163); }

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

background-color css

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

 a { background-color: rgb(253,213,163); }

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

border-color css

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

 span { border-color: rgb(253,213,163); }

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