Html Css Color HEX #FCDB9F Frangipani

📋 copy color: '#FCDB9F'

red 252 ◦ green 219 ◦ blue 159

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

Shades of Frangipani #FCDB9F

Tints of Frangipani #FCDB9F

RGB

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

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

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

R = 40%
G = 34.76%
B = 25.24%

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

#FCDB9F (or 0xFCDB9F) is known color: Frangipani. HEX triplet: FC, DB and 9F. RGB value is (252,219,159). Sum of RGB (Red+Green+Blue) = 252+219+159=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB9F is #032460. Grayscale: #DEDEDE. Windows color (decimal): -205921 or 10476540. OLE color: 10476540.

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

Color convert

RGB 252 219 159 -
CMYK 0 0.13 0.37 0.01
HSL 38.71º 0.94% 0.81% -
HSV(B) 38.71º 0.37% 0.99% -
XYZ 71.73 73.86 43.28 -
YUV 222.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 252 219 159 0 0.13 0.37 0.01 38.71 0.94 0.81
Hex FC DB 9F 0 D 25 1 27 5E 51
Octal 374 333 237 0 15 45 1 47 136 121
Binary 11111100 11011011 10011111 0 1101 100101 1 100111 1011110 1010001

Color Harmonies of #FCDB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB9F

Black with #FCDB9F

Text Example


Text Example

White with #FCDB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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