Html Css Color HEX #FCDB9D Frangipani

📋 copy color: '#FCDB9D'

red 252 ◦ green 219 ◦ blue 157

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

Shades of Frangipani #FCDB9D

Tints of Frangipani #FCDB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25%

R = 40.13%
G = 34.87%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCDB9D (or 0xFCDB9D) is known color: Frangipani. HEX triplet: FC, DB and 9D. RGB value is (252,219,157). Sum of RGB (Red+Green+Blue) = 252+219+157=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB9D is #032462. Grayscale: #DEDEDE. Windows color (decimal): -205923 or 10345468. OLE color: 10345468.

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

Color convert

RGB 252 219 157 -
CMYK 0 0.13 0.38 0.01
HSL 39.16º 0.94% 0.8% -
HSV(B) 39.16º 0.38% 0.99% -
XYZ 71.56 73.79 42.37 -
YUV 221.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 252 219 157 0 0.13 0.38 0.01 39.16 0.94 0.8
Hex FC DB 9D 0 D 26 1 27 5E 50
Octal 374 333 235 0 15 46 1 47 136 120
Binary 11111100 11011011 10011101 0 1101 100110 1 100111 1011110 1010000

Color Harmonies of #FCDB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB9D

Black with #FCDB9D

Text Example


Text Example

White with #FCDB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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