Html Css Color HEX #FDD4A9 Frangipani

📋 copy color: '#FDD4A9'

red 253 ◦ green 212 ◦ blue 169

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

Shades of Frangipani #FDD4A9

Tints of Frangipani #FDD4A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 26.66%

R = 39.91%
G = 33.44%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDD4A9 (or 0xFDD4A9) is known color: Frangipani. HEX triplet: FD, D4 and A9. RGB value is (253,212,169). Sum of RGB (Red+Green+Blue) = 253+212+169=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 169 (66.41% from 255 or 26.66% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD4A9 is #022B56. Grayscale: #DBDBDB. Windows color (decimal): -142167 or 11130109. OLE color: 11130109.

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

Color convert

RGB 253 212 169 -
CMYK 0 0.16 0.33 0.01
HSL 30.71º 0.95% 0.83% -
HSV(B) 30.71º 0.33% 0.99% -
XYZ 71.21 70.83 47.46 -
YUV 219.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 253 212 169 0 0.16 0.33 0.01 30.71 0.95 0.83
Hex FD D4 A9 0 10 21 1 1F 5F 53
Octal 375 324 251 0 20 41 1 37 137 123
Binary 11111101 11010100 10101001 0 10000 100001 1 11111 1011111 1010011

Color Harmonies of #FDD4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD4A9

Black with #FDD4A9

Text Example


Text Example

White with #FDD4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD4A9; }

 p { color: rgb(253,212,169); }

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

background-color css

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

 a { background-color: rgb(253,212,169); }

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

border-color css

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

 span { border-color: rgb(253,212,169); }

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