Html Css Color HEX #FCAB9B Rose Bud

📋 copy color: '#FCAB9B'

red 252 ◦ green 171 ◦ blue 155

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

Shades of Rose Bud #FCAB9B

Tints of Rose Bud #FCAB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.58%

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

R = 43.6%
G = 29.58%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCAB9B (or 0xFCAB9B) is known color: Rose Bud. HEX triplet: FC, AB and 9B. RGB value is (252,171,155). Sum of RGB (Red+Green+Blue) = 252+171+155=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB9B is #035464. Grayscale: #C1C1C1. Windows color (decimal): -218213 or 10202108. OLE color: 10202108.

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

Color convert

RGB 252 171 155 -
CMYK 0 0.32 0.38 0.01
HSL 9.9º 0.94% 0.8% -
HSV(B) 9.9º 0.38% 0.99% -
XYZ 60.62 52.19 37.89 -
YUV 193.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 252 171 155 0 0.32 0.38 0.01 9.9 0.94 0.8
Hex FC AB 9B 0 20 26 1 A 5E 50
Octal 374 253 233 0 40 46 1 12 136 120
Binary 11111100 10101011 10011011 0 100000 100110 1 1010 1011110 1010000

Color Harmonies of #FCAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB9B

Black with #FCAB9B

Text Example


Text Example

White with #FCAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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