Html Css Color HEX #FCD79E Frangipani

📋 copy color: '#FCD79E'

red 252 ◦ green 215 ◦ blue 158

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

Shades of Frangipani #FCD79E

Tints of Frangipani #FCD79E

RGB

 RED value IS 252 (98.83% from 255) = 40.32%

 GREEN value IS 215 (84.38% from 255) = 34.4%

 BLUE value IS 158 (62.11% from 255) = 25.28%

R = 40.32%
G = 34.4%
B = 25.28%

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

#FCD79E (or 0xFCD79E) is known color: Frangipani. HEX triplet: FC, D7 and 9E. RGB value is (252,215,158). Sum of RGB (Red+Green+Blue) = 252+215+158=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD79E is #032861. Grayscale: #DBDBDB. Windows color (decimal): -206946 or 10409980. OLE color: 10409980.

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

Color convert

RGB 252 215 158 -
CMYK 0 0.15 0.37 0.01
HSL 36.38º 0.94% 0.8% -
HSV(B) 36.38º 0.37% 0.99% -
XYZ 70.62 71.76 42.48 -
YUV 219.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 252 215 158 0 0.15 0.37 0.01 36.38 0.94 0.8
Hex FC D7 9E 0 F 25 1 24 5E 50
Octal 374 327 236 0 17 45 1 44 136 120
Binary 11111100 11010111 10011110 0 1111 100101 1 100100 1011110 1010000

Color Harmonies of #FCD79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD79E

Black with #FCD79E

Text Example


Text Example

White with #FCD79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD79E; }

 p { color: rgb(252,215,158); }

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

background-color css

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

 a { background-color: rgb(252,215,158); }

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

border-color css

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

 span { border-color: rgb(252,215,158); }

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