Html Css Color HEX #FCDAA2 Frangipani

📋 copy color: '#FCDAA2'

red 252 ◦ green 218 ◦ blue 162

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

Shades of Frangipani #FCDAA2

Tints of Frangipani #FCDAA2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.49%

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

R = 39.87%
G = 34.49%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCDAA2 (or 0xFCDAA2) is known color: Frangipani. HEX triplet: FC, DA and A2. RGB value is (252,218,162). Sum of RGB (Red+Green+Blue) = 252+218+162=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 162 (63.67% from 255 or 25.63% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDAA2 is #03255D. Grayscale: #DEDEDE. Windows color (decimal): -206174 or 10672892. OLE color: 10672892.

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

Color convert

RGB 252 218 162 -
CMYK 0 0.13 0.36 0.01
HSL 37.33º 0.94% 0.81% -
HSV(B) 37.33º 0.36% 0.99% -
XYZ 71.74 73.45 44.58 -
YUV 221.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 252 218 162 0 0.13 0.36 0.01 37.33 0.94 0.81
Hex FC DA A2 0 D 24 1 25 5E 51
Octal 374 332 242 0 15 44 1 45 136 121
Binary 11111100 11011010 10100010 0 1101 100100 1 100101 1011110 1010001

Color Harmonies of #FCDAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAA2

Black with #FCDAA2

Text Example


Text Example

White with #FCDAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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