Html Css Color HEX #FDD69F Frangipani

📋 copy color: '#FDD69F'

red 253 ◦ green 214 ◦ blue 159

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

Shades of Frangipani #FDD69F

Tints of Frangipani #FDD69F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.19%

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

R = 40.42%
G = 34.19%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDD69F (or 0xFDD69F) is known color: Frangipani. HEX triplet: FD, D6 and 9F. RGB value is (253,214,159). Sum of RGB (Red+Green+Blue) = 253+214+159=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 159 (62.5% from 255 or 25.40% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD69F is #022960. Grayscale: #DBDBDB. Windows color (decimal): -141665 or 10475261. OLE color: 10475261.

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

Color convert

RGB 253 214 159 -
CMYK 0 0.15 0.37 0.01
HSL 35.11º 0.96% 0.81% -
HSV(B) 35.11º 0.37% 0.99% -
XYZ 70.81 71.48 42.87 -
YUV 219.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 253 214 159 0 0.15 0.37 0.01 35.11 0.96 0.81
Hex FD D6 9F 0 F 25 1 23 60 51
Octal 375 326 237 0 17 45 1 43 140 121
Binary 11111101 11010110 10011111 0 1111 100101 1 100011 1100000 1010001

Color Harmonies of #FDD69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD69F

Black with #FDD69F

Text Example


Text Example

White with #FDD69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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