Html Css Color HEX #FCDA9E Frangipani

📋 copy color: '#FCDA9E'

red 252 ◦ green 218 ◦ blue 158

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

Shades of Frangipani #FCDA9E

Tints of Frangipani #FCDA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.16%

R = 40.13%
G = 34.71%
B = 25.16%

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

#FCDA9E (or 0xFCDA9E) is known color: Frangipani. HEX triplet: FC, DA and 9E. RGB value is (252,218,158). Sum of RGB (Red+Green+Blue) = 252+218+158=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA9E is #032561. Grayscale: #DDDDDD. Windows color (decimal): -206178 or 10410748. OLE color: 10410748.

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

Color convert

RGB 252 218 158 -
CMYK 0 0.13 0.37 0.01
HSL 38.3º 0.94% 0.8% -
HSV(B) 38.3º 0.37% 0.99% -
XYZ 71.39 73.31 42.73 -
YUV 221.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 252 218 158 0 0.13 0.37 0.01 38.3 0.94 0.8
Hex FC DA 9E 0 D 25 1 26 5E 50
Octal 374 332 236 0 15 45 1 46 136 120
Binary 11111100 11011010 10011110 0 1101 100101 1 100110 1011110 1010000

Color Harmonies of #FCDA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA9E

Black with #FCDA9E

Text Example


Text Example

White with #FCDA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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