Html Css Color HEX #FCB095 Rose Bud

📋 copy color: '#FCB095'

red 252 ◦ green 176 ◦ blue 149

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

Shades of Rose Bud #FCB095

Tints of Rose Bud #FCB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.5%

 BLUE value IS 149 (58.59% from 255) = 25.82%

R = 43.67%
G = 30.5%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCB095 (or 0xFCB095) is known color: Rose Bud. HEX triplet: FC, B0 and 95. RGB value is (252,176,149). Sum of RGB (Red+Green+Blue) = 252+176+149=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB095 is #034F6A. Grayscale: #C3C3C3. Windows color (decimal): -216939 or 9810172. OLE color: 9810172.

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

Color convert

RGB 252 176 149 -
CMYK 0 0.30 0.41 0.01
HSL 15.73º 0.94% 0.79% -
HSV(B) 15.73º 0.41% 0.99% -
XYZ 61.1 53.92 35.62 -
YUV 195.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 252 176 149 0 0.30 0.41 0.01 15.73 0.94 0.79
Hex FC B0 95 0 1E 29 1 10 5E 4F
Octal 374 260 225 0 36 51 1 20 136 117
Binary 11111100 10110000 10010101 0 11110 101001 1 10000 1011110 1001111

Color Harmonies of #FCB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB095

Black with #FCB095

Text Example


Text Example

White with #FCB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB095; }

 p { color: rgb(252,176,149); }

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

background-color css

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

 a { background-color: rgb(252,176,149); }

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

border-color css

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

 span { border-color: rgb(252,176,149); }

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