Html Css Color HEX #FCD7A2 Frangipani

📋 copy color: '#FCD7A2'

red 252 ◦ green 215 ◦ blue 162

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

Shades of Frangipani #FCD7A2

Tints of Frangipani #FCD7A2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.18%

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

R = 40.06%
G = 34.18%
B = 25.76%

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

#FCD7A2 (or 0xFCD7A2) is known color: Frangipani. HEX triplet: FC, D7 and A2. RGB value is (252,215,162). Sum of RGB (Red+Green+Blue) = 252+215+162=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 162 (63.67% from 255 or 25.76% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD7A2 is #03285D. Grayscale: #DCDCDC. Windows color (decimal): -206942 or 10672124. OLE color: 10672124.

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

Color convert

RGB 252 215 162 -
CMYK 0 0.15 0.36 0.01
HSL 35.33º 0.94% 0.81% -
HSV(B) 35.33º 0.36% 0.99% -
XYZ 70.97 71.9 44.32 -
YUV 220.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 252 215 162 0 0.15 0.36 0.01 35.33 0.94 0.81
Hex FC D7 A2 0 F 24 1 23 5E 51
Octal 374 327 242 0 17 44 1 43 136 121
Binary 11111100 11010111 10100010 0 1111 100100 1 100011 1011110 1010001

Color Harmonies of #FCD7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7A2

Black with #FCD7A2

Text Example


Text Example

White with #FCD7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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