Html Css Color HEX #FDDBA0 Frangipani

📋 copy color: '#FDDBA0'

red 253 ◦ green 219 ◦ blue 160

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

Shades of Frangipani #FDDBA0

Tints of Frangipani #FDDBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.65%

 BLUE value IS 160 (62.89% from 255) = 25.32%

R = 40.03%
G = 34.65%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDDBA0 (or 0xFDDBA0) is known color: Frangipani. HEX triplet: FD, DB and A0. RGB value is (253,219,160). Sum of RGB (Red+Green+Blue) = 253+219+160=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBA0 is #02245F. Grayscale: #DEDEDE. Windows color (decimal): -140384 or 10542077. OLE color: 10542077.

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

Color convert

RGB 253 219 160 -
CMYK 0 0.13 0.37 0.01
HSL 38.06º 0.96% 0.81% -
HSV(B) 38.06º 0.37% 0.99% -
XYZ 72.18 74.08 43.75 -
YUV 222.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 253 219 160 0 0.13 0.37 0.01 38.06 0.96 0.81
Hex FD DB A0 0 D 25 1 26 60 51
Octal 375 333 240 0 15 45 1 46 140 121
Binary 11111101 11011011 10100000 0 1101 100101 1 100110 1100000 1010001

Color Harmonies of #FDDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBA0

Black with #FDDBA0

Text Example


Text Example

White with #FDDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBA0; }

 p { color: rgb(253,219,160); }

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

background-color css

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

 a { background-color: rgb(253,219,160); }

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

border-color css

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

 span { border-color: rgb(253,219,160); }

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