Html Css Color HEX #FCB097 Rose Bud

📋 copy color: '#FCB097'

red 252 ◦ green 176 ◦ blue 151

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

Shades of Rose Bud #FCB097

Tints of Rose Bud #FCB097

RGB

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

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

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

R = 43.52%
G = 30.4%
B = 26.08%

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

#FCB097 (or 0xFCB097) is known color: Rose Bud. HEX triplet: FC, B0 and 97. RGB value is (252,176,151). Sum of RGB (Red+Green+Blue) = 252+176+151=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB097 is #034F68. Grayscale: #C4C4C4. Windows color (decimal): -216937 or 9941244. OLE color: 9941244.

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

Color convert

RGB 252 176 151 -
CMYK 0 0.30 0.40 0.01
HSL 14.85º 0.94% 0.79% -
HSV(B) 14.85º 0.4% 0.99% -
XYZ 61.26 53.98 36.47 -
YUV 195.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 252 176 151 0 0.30 0.40 0.01 14.85 0.94 0.79
Hex FC B0 97 0 1E 28 1 F 5E 4F
Octal 374 260 227 0 36 50 1 17 136 117
Binary 11111100 10110000 10010111 0 11110 101000 1 1111 1011110 1001111

Color Harmonies of #FCB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB097

Black with #FCB097

Text Example


Text Example

White with #FCB097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB097; }

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

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

background-color css

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

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

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

border-color css

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

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

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