Html Css Color HEX #FCDAA0 Frangipani

📋 copy color: '#FCDAA0'

red 252 ◦ green 218 ◦ blue 160

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

Shades of Frangipani #FCDAA0

Tints of Frangipani #FCDAA0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.6%

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

R = 40%
G = 34.6%
B = 25.4%

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

#FCDAA0 (or 0xFCDAA0) is known color: Frangipani. HEX triplet: FC, DA and A0. RGB value is (252,218,160). Sum of RGB (Red+Green+Blue) = 252+218+160=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 160 (62.89% from 255 or 25.40% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDAA0 is #03255F. Grayscale: #DDDDDD. Windows color (decimal): -206176 or 10541820. OLE color: 10541820.

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

Color convert

RGB 252 218 160 -
CMYK 0 0.13 0.37 0.01
HSL 37.83º 0.94% 0.81% -
HSV(B) 37.83º 0.37% 0.99% -
XYZ 71.56 73.38 43.65 -
YUV 221.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 252 218 160 0 0.13 0.37 0.01 37.83 0.94 0.81
Hex FC DA A0 0 D 25 1 26 5E 51
Octal 374 332 240 0 15 45 1 46 136 121
Binary 11111100 11011010 10100000 0 1101 100101 1 100110 1011110 1010001

Color Harmonies of #FCDAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAA0

Black with #FCDAA0

Text Example


Text Example

White with #FCDAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAA0; }

 p { color: rgb(252,218,160); }

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

background-color css

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

 a { background-color: rgb(252,218,160); }

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

border-color css

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

 span { border-color: rgb(252,218,160); }

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