Html Css Color HEX #FDD29F Frangipani

📋 copy color: '#FDD29F'

red 253 ◦ green 210 ◦ blue 159

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

Shades of Frangipani #FDD29F

Tints of Frangipani #FDD29F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.76%

 BLUE value IS 159 (62.5% from 255) = 25.56%

R = 40.68%
G = 33.76%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDD29F (or 0xFDD29F) is known color: Frangipani. HEX triplet: FD, D2 and 9F. RGB value is (253,210,159). Sum of RGB (Red+Green+Blue) = 253+210+159=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD29F is #022D60. Grayscale: #D9D9D9. Windows color (decimal): -142689 or 10474237. OLE color: 10474237.

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

Color convert

RGB 253 210 159 -
CMYK 0 0.17 0.37 0.01
HSL 32.55º 0.96% 0.81% -
HSV(B) 32.55º 0.37% 0.99% -
XYZ 69.81 69.48 42.53 -
YUV 217.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 253 210 159 0 0.17 0.37 0.01 32.55 0.96 0.81
Hex FD D2 9F 0 11 25 1 21 60 51
Octal 375 322 237 0 21 45 1 41 140 121
Binary 11111101 11010010 10011111 0 10001 100101 1 100001 1100000 1010001

Color Harmonies of #FDD29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD29F

Black with #FDD29F

Text Example


Text Example

White with #FDD29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD29F; }

 p { color: rgb(253,210,159); }

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

background-color css

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

 a { background-color: rgb(253,210,159); }

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

border-color css

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

 span { border-color: rgb(253,210,159); }

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