Html Css Color HEX #FCD69F Frangipani

📋 copy color: '#FCD69F'

red 252 ◦ green 214 ◦ blue 159

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

Shades of Frangipani #FCD69F

Tints of Frangipani #FCD69F

RGB

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

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

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

R = 40.32%
G = 34.24%
B = 25.44%

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

#FCD69F (or 0xFCD69F) is known color: Frangipani. HEX triplet: FC, D6 and 9F. RGB value is (252,214,159). Sum of RGB (Red+Green+Blue) = 252+214+159=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD69F is #032960. Grayscale: #DBDBDB. Windows color (decimal): -207201 or 10475260. OLE color: 10475260.

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

Color convert

RGB 252 214 159 -
CMYK 0 0.15 0.37 0.01
HSL 35.48º 0.94% 0.81% -
HSV(B) 35.48º 0.37% 0.99% -
XYZ 70.45 71.29 42.85 -
YUV 219.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 252 214 159 0 0.15 0.37 0.01 35.48 0.94 0.81
Hex FC D6 9F 0 F 25 1 23 5E 51
Octal 374 326 237 0 17 45 1 43 136 121
Binary 11111100 11010110 10011111 0 1111 100101 1 100011 1011110 1010001

Color Harmonies of #FCD69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD69F

Black with #FCD69F

Text Example


Text Example

White with #FCD69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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