Html Css Color HEX #FCD3A2 Frangipani

📋 copy color: '#FCD3A2'

red 252 ◦ green 211 ◦ blue 162

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

Shades of Frangipani #FCD3A2

Tints of Frangipani #FCD3A2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.76%

 BLUE value IS 162 (63.67% from 255) = 25.92%

R = 40.32%
G = 33.76%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCD3A2 (or 0xFCD3A2) is known color: Frangipani. HEX triplet: FC, D3 and A2. RGB value is (252,211,162). Sum of RGB (Red+Green+Blue) = 252+211+162=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 162 (63.67% from 255 or 25.92% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD3A2 is #032C5D. Grayscale: #D9D9D9. Windows color (decimal): -207966 or 10671100. OLE color: 10671100.

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

Color convert

RGB 252 211 162 -
CMYK 0 0.16 0.36 0.01
HSL 32.67º 0.94% 0.81% -
HSV(B) 32.67º 0.36% 0.99% -
XYZ 69.96 69.89 43.99 -
YUV 217.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 252 211 162 0 0.16 0.36 0.01 32.67 0.94 0.81
Hex FC D3 A2 0 10 24 1 21 5E 51
Octal 374 323 242 0 20 44 1 41 136 121
Binary 11111100 11010011 10100010 0 10000 100100 1 100001 1011110 1010001

Color Harmonies of #FCD3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD3A2

Black with #FCD3A2

Text Example


Text Example

White with #FCD3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD3A2; }

 p { color: rgb(252,211,162); }

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

background-color css

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

 a { background-color: rgb(252,211,162); }

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

border-color css

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

 span { border-color: rgb(252,211,162); }

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