Html Css Color HEX #FCD5A2 Frangipani

📋 copy color: '#FCD5A2'

red 252 ◦ green 213 ◦ blue 162

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

Shades of Frangipani #FCD5A2

Tints of Frangipani #FCD5A2

RGB

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

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

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

R = 40.19%
G = 33.97%
B = 25.84%

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

#FCD5A2 (or 0xFCD5A2) is known color: Frangipani. HEX triplet: FC, D5 and A2. RGB value is (252,213,162). Sum of RGB (Red+Green+Blue) = 252+213+162=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 162 (63.67% from 255 or 25.84% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD5A2 is #032A5D. Grayscale: #DBDBDB. Windows color (decimal): -207454 or 10671612. OLE color: 10671612.

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

Color convert

RGB 252 213 162 -
CMYK 0 0.15 0.36 0.01
HSL 34º 0.94% 0.81% -
HSV(B) 34º 0.36% 0.99% -
XYZ 70.46 70.89 44.15 -
YUV 218.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 252 213 162 0 0.15 0.36 0.01 34 0.94 0.81
Hex FC D5 A2 0 F 24 1 22 5E 51
Octal 374 325 242 0 17 44 1 42 136 121
Binary 11111100 11010101 10100010 0 1111 100100 1 100010 1011110 1010001

Color Harmonies of #FCD5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5A2

Black with #FCD5A2

Text Example


Text Example

White with #FCD5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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