Html Css Color HEX #FCDBA0 Frangipani

📋 copy color: '#FCDBA0'

red 252 ◦ green 219 ◦ blue 160

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

Shades of Frangipani #FCDBA0

Tints of Frangipani #FCDBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.71%

 BLUE value IS 160 (62.89% from 255) = 25.36%

R = 39.94%
G = 34.71%
B = 25.36%

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

#FCDBA0 (or 0xFCDBA0) is known color: Frangipani. HEX triplet: FC, DB and A0. RGB value is (252,219,160). Sum of RGB (Red+Green+Blue) = 252+219+160=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBA0 is #03245F. Grayscale: #DEDEDE. Windows color (decimal): -205920 or 10542076. OLE color: 10542076.

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

Color convert

RGB 252 219 160 -
CMYK 0 0.13 0.37 0.01
HSL 38.48º 0.94% 0.81% -
HSV(B) 38.48º 0.37% 0.99% -
XYZ 71.82 73.9 43.74 -
YUV 222.14 92.93 149.3 -
System Red Green Blue C M Y K H S L
Decimal 252 219 160 0 0.13 0.37 0.01 38.48 0.94 0.81
Hex FC DB A0 0 D 25 1 26 5E 51
Octal 374 333 240 0 15 45 1 46 136 121
Binary 11111100 11011011 10100000 0 1101 100101 1 100110 1011110 1010001

Color Harmonies of #FCDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBA0

Black with #FCDBA0

Text Example


Text Example

White with #FCDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBA0; }

 p { color: rgb(252,219,160); }

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

background-color css

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

 a { background-color: rgb(252,219,160); }

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

border-color css

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

 span { border-color: rgb(252,219,160); }

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