Html Css Color HEX #FCD6A1 Frangipani

📋 copy color: '#FCD6A1'

red 252 ◦ green 214 ◦ blue 161

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

Shades of Frangipani #FCD6A1

Tints of Frangipani #FCD6A1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.13%

 BLUE value IS 161 (63.28% from 255) = 25.68%

R = 40.19%
G = 34.13%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCD6A1 (or 0xFCD6A1) is known color: Frangipani. HEX triplet: FC, D6 and A1. RGB value is (252,214,161). Sum of RGB (Red+Green+Blue) = 252+214+161=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 161 (63.28% from 255 or 25.68% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6A1 is #03295E. Grayscale: #DBDBDB. Windows color (decimal): -207199 or 10606332. OLE color: 10606332.

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

Color convert

RGB 252 214 161 -
CMYK 0 0.15 0.36 0.01
HSL 34.95º 0.94% 0.81% -
HSV(B) 34.95º 0.36% 0.99% -
XYZ 70.62 71.36 43.77 -
YUV 219.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 252 214 161 0 0.15 0.36 0.01 34.95 0.94 0.81
Hex FC D6 A1 0 F 24 1 23 5E 51
Octal 374 326 241 0 17 44 1 43 136 121
Binary 11111100 11010110 10100001 0 1111 100100 1 100011 1011110 1010001

Color Harmonies of #FCD6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6A1

Black with #FCD6A1

Text Example


Text Example

White with #FCD6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6A1; }

 p { color: rgb(252,214,161); }

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

background-color css

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

 a { background-color: rgb(252,214,161); }

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

border-color css

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

 span { border-color: rgb(252,214,161); }

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