Html Css Color HEX #FDD3A7 Frangipani

📋 copy color: '#FDD3A7'

red 253 ◦ green 211 ◦ blue 167

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

Shades of Frangipani #FDD3A7

Tints of Frangipani #FDD3A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.47%

R = 40.1%
G = 33.44%
B = 26.47%

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

#FDD3A7 (or 0xFDD3A7) is known color: Frangipani. HEX triplet: FD, D3 and A7. RGB value is (253,211,167). Sum of RGB (Red+Green+Blue) = 253+211+167=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 167 (65.62% from 255 or 26.47% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD3A7 is #022C58. Grayscale: #DADADA. Windows color (decimal): -142425 or 10998781. OLE color: 10998781.

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

Color convert

RGB 253 211 167 -
CMYK 0 0.17 0.34 0.01
HSL 30.7º 0.96% 0.82% -
HSV(B) 30.7º 0.34% 0.99% -
XYZ 70.78 70.26 46.39 -
YUV 218.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 253 211 167 0 0.17 0.34 0.01 30.7 0.96 0.82
Hex FD D3 A7 0 11 22 1 1F 60 52
Octal 375 323 247 0 21 42 1 37 140 122
Binary 11111101 11010011 10100111 0 10001 100010 1 11111 1100000 1010010

Color Harmonies of #FDD3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD3A7

Black with #FDD3A7

Text Example


Text Example

White with #FDD3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD3A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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