Html Css Color HEX #FCA89B Rose Bud

📋 copy color: '#FCA89B'

red 252 ◦ green 168 ◦ blue 155

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

Shades of Rose Bud #FCA89B

Tints of Rose Bud #FCA89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.22%

 BLUE value IS 155 (60.94% from 255) = 26.96%

R = 43.83%
G = 29.22%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCA89B (or 0xFCA89B) is known color: Rose Bud. HEX triplet: FC, A8 and 9B. RGB value is (252,168,155). Sum of RGB (Red+Green+Blue) = 252+168+155=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA89B is #035764. Grayscale: #BFBFBF. Windows color (decimal): -218981 or 10201340. OLE color: 10201340.

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

Color convert

RGB 252 168 155 -
CMYK 0 0.33 0.38 0.01
HSL 8.04º 0.94% 0.8% -
HSV(B) 8.04º 0.38% 0.99% -
XYZ 60.06 51.07 37.7 -
YUV 191.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 252 168 155 0 0.33 0.38 0.01 8.04 0.94 0.8
Hex FC A8 9B 0 21 26 1 8 5E 50
Octal 374 250 233 0 41 46 1 10 136 120
Binary 11111100 10101000 10011011 0 100001 100110 1 1000 1011110 1010000

Color Harmonies of #FCA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA89B

Black with #FCA89B

Text Example


Text Example

White with #FCA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA89B; }

 p { color: rgb(252,168,155); }

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

background-color css

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

 a { background-color: rgb(252,168,155); }

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

border-color css

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

 span { border-color: rgb(252,168,155); }

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