Html Css Color HEX #FCDB9E Frangipani

📋 copy color: '#FCDB9E'

red 252 ◦ green 219 ◦ blue 158

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

Shades of Frangipani #FCDB9E

Tints of Frangipani #FCDB9E

RGB

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

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

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

R = 40.06%
G = 34.82%
B = 25.12%

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

#FCDB9E (or 0xFCDB9E) is known color: Frangipani. HEX triplet: FC, DB and 9E. RGB value is (252,219,158). Sum of RGB (Red+Green+Blue) = 252+219+158=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 158 (62.11% from 255 or 25.12% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB9E is #032461. Grayscale: #DEDEDE. Windows color (decimal): -205922 or 10411004. OLE color: 10411004.

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

Color convert

RGB 252 219 158 -
CMYK 0 0.13 0.37 0.01
HSL 38.94º 0.94% 0.8% -
HSV(B) 38.94º 0.37% 0.99% -
XYZ 71.65 73.83 42.82 -
YUV 221.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 252 219 158 0 0.13 0.37 0.01 38.94 0.94 0.8
Hex FC DB 9E 0 D 25 1 27 5E 50
Octal 374 333 236 0 15 45 1 47 136 120
Binary 11111100 11011011 10011110 0 1101 100101 1 100111 1011110 1010000

Color Harmonies of #FCDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB9E

Black with #FCDB9E

Text Example


Text Example

White with #FCDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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