Html Css Color HEX #FCB5A0 Rose Bud

📋 copy color: '#FCB5A0'

red 252 ◦ green 181 ◦ blue 160

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

Shades of Rose Bud #FCB5A0

Tints of Rose Bud #FCB5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.52%

 BLUE value IS 160 (62.89% from 255) = 26.98%

R = 42.5%
G = 30.52%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCB5A0 (or 0xFCB5A0) is known color: Rose Bud. HEX triplet: FC, B5 and A0. RGB value is (252,181,160). Sum of RGB (Red+Green+Blue) = 252+181+160=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB5A0 is #034A5F. Grayscale: #C7C7C7. Windows color (decimal): -215648 or 10532348. OLE color: 10532348.

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

Color convert

RGB 252 181 160 -
CMYK 0 0.28 0.37 0.01
HSL 13.7º 0.94% 0.81% -
HSV(B) 13.7º 0.37% 0.99% -
XYZ 63.01 56.28 40.8 -
YUV 199.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 252 181 160 0 0.28 0.37 0.01 13.7 0.94 0.81
Hex FC B5 A0 0 1C 25 1 E 5E 51
Octal 374 265 240 0 34 45 1 16 136 121
Binary 11111100 10110101 10100000 0 11100 100101 1 1110 1011110 1010001

Color Harmonies of #FCB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5A0

Black with #FCB5A0

Text Example


Text Example

White with #FCB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5A0; }

 p { color: rgb(252,181,160); }

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

background-color css

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

 a { background-color: rgb(252,181,160); }

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

border-color css

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

 span { border-color: rgb(252,181,160); }

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