Html Css Color HEX #FCD5A4 Frangipani

📋 copy color: '#FCD5A4'

red 252 ◦ green 213 ◦ blue 164

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

Shades of Frangipani #FCD5A4

Tints of Frangipani #FCD5A4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.86%

 BLUE value IS 164 (64.45% from 255) = 26.07%

R = 40.06%
G = 33.86%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCD5A4 (or 0xFCD5A4) is known color: Frangipani. HEX triplet: FC, D5 and A4. RGB value is (252,213,164). Sum of RGB (Red+Green+Blue) = 252+213+164=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 164 (64.45% from 255 or 26.07% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD5A4 is #032A5B. Grayscale: #DBDBDB. Windows color (decimal): -207452 or 10802684. OLE color: 10802684.

HSL color Cylindrical-coordinate representation of color #FCD5A4: hue angle of 33.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 #FCD5A4 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 213 164 -
CMYK 0 0.15 0.35 0.01
HSL 33.41º 0.94% 0.82% -
HSV(B) 33.41º 0.35% 0.99% -
XYZ 70.64 70.96 45.1 -
YUV 219.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 252 213 164 0 0.15 0.35 0.01 33.41 0.94 0.82
Hex FC D5 A4 0 F 23 1 21 5E 52
Octal 374 325 244 0 17 43 1 41 136 122
Binary 11111100 11010101 10100100 0 1111 100011 1 100001 1011110 1010010

Color Harmonies of #FCD5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5A4

Black with #FCD5A4

Text Example


Text Example

White with #FCD5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5A4; }

 p { color: rgb(252,213,164); }

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

background-color css

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

 a { background-color: rgb(252,213,164); }

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

border-color css

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

 span { border-color: rgb(252,213,164); }

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