Html Css Color HEX #FCB2A0 Rose Bud

📋 copy color: '#FCB2A0'

red 252 ◦ green 178 ◦ blue 160

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

Shades of Rose Bud #FCB2A0

Tints of Rose Bud #FCB2A0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.17%

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

R = 42.71%
G = 30.17%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCB2A0 (or 0xFCB2A0) is known color: Rose Bud. HEX triplet: FC, B2 and A0. RGB value is (252,178,160). Sum of RGB (Red+Green+Blue) = 252+178+160=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2A0 is #034D5F. Grayscale: #C6C6C6. Windows color (decimal): -216416 or 10531580. OLE color: 10531580.

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

Color convert

RGB 252 178 160 -
CMYK 0 0.29 0.37 0.01
HSL 11.74º 0.94% 0.81% -
HSV(B) 11.74º 0.37% 0.99% -
XYZ 62.41 55.07 40.6 -
YUV 198.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 252 178 160 0 0.29 0.37 0.01 11.74 0.94 0.81
Hex FC B2 A0 0 1D 25 1 C 5E 51
Octal 374 262 240 0 35 45 1 14 136 121
Binary 11111100 10110010 10100000 0 11101 100101 1 1100 1011110 1010001

Color Harmonies of #FCB2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2A0

Black with #FCB2A0

Text Example


Text Example

White with #FCB2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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