Html Css Color HEX #FCDA9F Frangipani

📋 copy color: '#FCDA9F'

red 252 ◦ green 218 ◦ blue 159

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

Shades of Frangipani #FCDA9F

Tints of Frangipani #FCDA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.28%

R = 40.06%
G = 34.66%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCDA9F (or 0xFCDA9F) is known color: Frangipani. HEX triplet: FC, DA and 9F. RGB value is (252,218,159). Sum of RGB (Red+Green+Blue) = 252+218+159=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 159 (62.5% from 255 or 25.28% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA9F is #032560. Grayscale: #DDDDDD. Windows color (decimal): -206177 or 10476284. OLE color: 10476284.

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

Color convert

RGB 252 218 159 -
CMYK 0 0.13 0.37 0.01
HSL 38.06º 0.94% 0.81% -
HSV(B) 38.06º 0.37% 0.99% -
XYZ 71.47 73.34 43.19 -
YUV 221.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 252 218 159 0 0.13 0.37 0.01 38.06 0.94 0.81
Hex FC DA 9F 0 D 25 1 26 5E 51
Octal 374 332 237 0 15 45 1 46 136 121
Binary 11111100 11011010 10011111 0 1101 100101 1 100110 1011110 1010001

Color Harmonies of #FCDA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA9F

Black with #FCDA9F

Text Example


Text Example

White with #FCDA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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