Html Css Color HEX #FCD69E Frangipani

📋 copy color: '#FCD69E'

red 252 ◦ green 214 ◦ blue 158

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

Shades of Frangipani #FCD69E

Tints of Frangipani #FCD69E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.29%

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

R = 40.38%
G = 34.29%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCD69E (or 0xFCD69E) is known color: Frangipani. HEX triplet: FC, D6 and 9E. RGB value is (252,214,158). Sum of RGB (Red+Green+Blue) = 252+214+158=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD69E is #032961. Grayscale: #DBDBDB. Windows color (decimal): -207202 or 10409724. OLE color: 10409724.

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

Color convert

RGB 252 214 158 -
CMYK 0 0.15 0.37 0.01
HSL 35.74º 0.94% 0.8% -
HSV(B) 35.74º 0.37% 0.99% -
XYZ 70.36 71.26 42.39 -
YUV 218.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 252 214 158 0 0.15 0.37 0.01 35.74 0.94 0.8
Hex FC D6 9E 0 F 25 1 24 5E 50
Octal 374 326 236 0 17 45 1 44 136 120
Binary 11111100 11010110 10011110 0 1111 100101 1 100100 1011110 1010000

Color Harmonies of #FCD69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD69E

Black with #FCD69E

Text Example


Text Example

White with #FCD69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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