Html Css Color HEX #FCD4A5 Frangipani

📋 copy color: '#FCD4A5'

red 252 ◦ green 212 ◦ blue 165

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

Shades of Frangipani #FCD4A5

Tints of Frangipani #FCD4A5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.7%

 BLUE value IS 165 (64.84% from 255) = 26.23%

R = 40.06%
G = 33.7%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCD4A5 (or 0xFCD4A5) is known color: Frangipani. HEX triplet: FC, D4 and A5. RGB value is (252,212,165). Sum of RGB (Red+Green+Blue) = 252+212+165=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 165 (64.84% from 255 or 26.23% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4A5 is #032B5A. Grayscale: #DADADA. Windows color (decimal): -207707 or 10867964. OLE color: 10867964.

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

Color convert

RGB 252 212 165 -
CMYK 0 0.16 0.35 0.01
HSL 32.41º 0.94% 0.82% -
HSV(B) 32.41º 0.35% 0.99% -
XYZ 70.48 70.5 45.49 -
YUV 218.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 252 212 165 0 0.16 0.35 0.01 32.41 0.94 0.82
Hex FC D4 A5 0 10 23 1 20 5E 52
Octal 374 324 245 0 20 43 1 40 136 122
Binary 11111100 11010100 10100101 0 10000 100011 1 100000 1011110 1010010

Color Harmonies of #FCD4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4A5

Black with #FCD4A5

Text Example


Text Example

White with #FCD4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4A5; }

 p { color: rgb(252,212,165); }

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

background-color css

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

 a { background-color: rgb(252,212,165); }

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

border-color css

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

 span { border-color: rgb(252,212,165); }

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