Html Css Color HEX #FCB19E Rose Bud

📋 copy color: '#FCB19E'

red 252 ◦ green 177 ◦ blue 158

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

Shades of Rose Bud #FCB19E

Tints of Rose Bud #FCB19E

RGB

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

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

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

R = 42.93%
G = 30.15%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCB19E (or 0xFCB19E) is known color: Rose Bud. HEX triplet: FC, B1 and 9E. RGB value is (252,177,158). Sum of RGB (Red+Green+Blue) = 252+177+158=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB19E is #034E61. Grayscale: #C5C5C5. Windows color (decimal): -216674 or 10400252. OLE color: 10400252.

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

Color convert

RGB 252 177 158 -
CMYK 0 0.30 0.37 0.01
HSL 12.13º 0.94% 0.8% -
HSV(B) 12.13º 0.37% 0.99% -
XYZ 62.04 54.61 39.62 -
YUV 197.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 252 177 158 0 0.30 0.37 0.01 12.13 0.94 0.8
Hex FC B1 9E 0 1E 25 1 C 5E 50
Octal 374 261 236 0 36 45 1 14 136 120
Binary 11111100 10110001 10011110 0 11110 100101 1 1100 1011110 1010000

Color Harmonies of #FCB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB19E

Black with #FCB19E

Text Example


Text Example

White with #FCB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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