Html Css Color HEX #FCB39E Rose Bud

📋 copy color: '#FCB39E'

red 252 ◦ green 179 ◦ blue 158

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

Shades of Rose Bud #FCB39E

Tints of Rose Bud #FCB39E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.39%

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

R = 42.78%
G = 30.39%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCB39E (or 0xFCB39E) is known color: Rose Bud. HEX triplet: FC, B3 and 9E. RGB value is (252,179,158). Sum of RGB (Red+Green+Blue) = 252+179+158=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB39E is #034C61. Grayscale: #C6C6C6. Windows color (decimal): -216162 or 10400764. OLE color: 10400764.

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

Color convert

RGB 252 179 158 -
CMYK 0 0.29 0.37 0.01
HSL 13.4º 0.94% 0.8% -
HSV(B) 13.4º 0.37% 0.99% -
XYZ 62.44 55.4 39.75 -
YUV 198.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 252 179 158 0 0.29 0.37 0.01 13.4 0.94 0.8
Hex FC B3 9E 0 1D 25 1 D 5E 50
Octal 374 263 236 0 35 45 1 15 136 120
Binary 11111100 10110011 10011110 0 11101 100101 1 1101 1011110 1010000

Color Harmonies of #FCB39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB39E

Black with #FCB39E

Text Example


Text Example

White with #FCB39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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