Html Css Color HEX #FCB197 Rose Bud

📋 copy color: '#FCB197'

red 252 ◦ green 177 ◦ blue 151

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

Shades of Rose Bud #FCB197

Tints of Rose Bud #FCB197

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.52%

 BLUE value IS 151 (59.38% from 255) = 26.03%

R = 43.45%
G = 30.52%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCB197 (or 0xFCB197) is known color: Rose Bud. HEX triplet: FC, B1 and 97. RGB value is (252,177,151). Sum of RGB (Red+Green+Blue) = 252+177+151=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB197 is #034E68. Grayscale: #C4C4C4. Windows color (decimal): -216681 or 9941500. OLE color: 9941500.

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

Color convert

RGB 252 177 151 -
CMYK 0 0.30 0.40 0.01
HSL 15.45º 0.94% 0.79% -
HSV(B) 15.45º 0.4% 0.99% -
XYZ 61.45 54.37 36.53 -
YUV 196.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 252 177 151 0 0.30 0.40 0.01 15.45 0.94 0.79
Hex FC B1 97 0 1E 28 1 F 5E 4F
Octal 374 261 227 0 36 50 1 17 136 117
Binary 11111100 10110001 10010111 0 11110 101000 1 1111 1011110 1001111

Color Harmonies of #FCB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB197

Black with #FCB197

Text Example


Text Example

White with #FCB197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB197; }

 p { color: rgb(252,177,151); }

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

background-color css

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

 a { background-color: rgb(252,177,151); }

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

border-color css

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

 span { border-color: rgb(252,177,151); }

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