Html Css Color HEX #FCD5A3 Frangipani

📋 copy color: '#FCD5A3'

red 252 ◦ green 213 ◦ blue 163

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

Shades of Frangipani #FCD5A3

Tints of Frangipani #FCD5A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 25.96%

R = 40.13%
G = 33.92%
B = 25.96%

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

#FCD5A3 (or 0xFCD5A3) is known color: Frangipani. HEX triplet: FC, D5 and A3. RGB value is (252,213,163). Sum of RGB (Red+Green+Blue) = 252+213+163=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 163 (64.06% from 255 or 25.96% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD5A3 is #032A5C. Grayscale: #DBDBDB. Windows color (decimal): -207453 or 10737148. OLE color: 10737148.

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

Color convert

RGB 252 213 163 -
CMYK 0 0.15 0.35 0.01
HSL 33.71º 0.94% 0.81% -
HSV(B) 33.71º 0.35% 0.99% -
XYZ 70.55 70.93 44.62 -
YUV 218.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 252 213 163 0 0.15 0.35 0.01 33.71 0.94 0.81
Hex FC D5 A3 0 F 23 1 22 5E 51
Octal 374 325 243 0 17 43 1 42 136 121
Binary 11111100 11010101 10100011 0 1111 100011 1 100010 1011110 1010001

Color Harmonies of #FCD5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5A3

Black with #FCD5A3

Text Example


Text Example

White with #FCD5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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