Html Css Color HEX #FDDC9D Frangipani

📋 copy color: '#FDDC9D'

red 253 ◦ green 220 ◦ blue 157

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

Shades of Frangipani #FDDC9D

Tints of Frangipani #FDDC9D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.92%

 BLUE value IS 157 (61.72% from 255) = 24.92%

R = 40.16%
G = 34.92%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDDC9D (or 0xFDDC9D) is known color: Frangipani. HEX triplet: FD, DC and 9D. RGB value is (253,220,157). Sum of RGB (Red+Green+Blue) = 253+220+157=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 157 (61.72% from 255 or 24.92% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC9D is #022362. Grayscale: #DEDEDE. Windows color (decimal): -140131 or 10345725. OLE color: 10345725.

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

Color convert

RGB 253 220 157 -
CMYK 0 0.13 0.38 0.01
HSL 39.38º 0.96% 0.8% -
HSV(B) 39.38º 0.38% 0.99% -
XYZ 72.19 74.5 42.47 -
YUV 222.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 253 220 157 0 0.13 0.38 0.01 39.38 0.96 0.8
Hex FD DC 9D 0 D 26 1 27 60 50
Octal 375 334 235 0 15 46 1 47 140 120
Binary 11111101 11011100 10011101 0 1101 100110 1 100111 1100000 1010000

Color Harmonies of #FDDC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC9D

Black with #FDDC9D

Text Example


Text Example

White with #FDDC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC9D; }

 p { color: rgb(253,220,157); }

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

background-color css

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

 a { background-color: rgb(253,220,157); }

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

border-color css

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

 span { border-color: rgb(253,220,157); }

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