Html Css Color HEX #FCB09D Rose Bud

📋 copy color: '#FCB09D'

red 252 ◦ green 176 ◦ blue 157

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

Shades of Rose Bud #FCB09D

Tints of Rose Bud #FCB09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.84%

R = 43.08%
G = 30.09%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCB09D (or 0xFCB09D) is known color: Rose Bud. HEX triplet: FC, B0 and 9D. RGB value is (252,176,157). Sum of RGB (Red+Green+Blue) = 252+176+157=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB09D is #034F62. Grayscale: #C4C4C4. Windows color (decimal): -216931 or 10334460. OLE color: 10334460.

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

Color convert

RGB 252 176 157 -
CMYK 0 0.30 0.38 0.01
HSL 12º 0.94% 0.8% -
HSV(B) 12º 0.38% 0.99% -
XYZ 61.76 54.18 39.1 -
YUV 196.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 252 176 157 0 0.30 0.38 0.01 12 0.94 0.8
Hex FC B0 9D 0 1E 26 1 C 5E 50
Octal 374 260 235 0 36 46 1 14 136 120
Binary 11111100 10110000 10011101 0 11110 100110 1 1100 1011110 1010000

Color Harmonies of #FCB09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB09D

Black with #FCB09D

Text Example


Text Example

White with #FCB09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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