Html Css Color HEX #FCAB9C Rose Bud

📋 copy color: '#FCAB9C'

red 252 ◦ green 171 ◦ blue 156

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

Shades of Rose Bud #FCAB9C

Tints of Rose Bud #FCAB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.94%

R = 43.52%
G = 29.53%
B = 26.94%

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

#FCAB9C (or 0xFCAB9C) is known color: Rose Bud. HEX triplet: FC, AB and 9C. RGB value is (252,171,156). Sum of RGB (Red+Green+Blue) = 252+171+156=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB9C is #035463. Grayscale: #C1C1C1. Windows color (decimal): -218212 or 10267644. OLE color: 10267644.

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

Color convert

RGB 252 171 156 -
CMYK 0 0.32 0.38 0.01
HSL 9.38º 0.94% 0.8% -
HSV(B) 9.38º 0.38% 0.99% -
XYZ 60.71 52.22 38.33 -
YUV 193.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 252 171 156 0 0.32 0.38 0.01 9.38 0.94 0.8
Hex FC AB 9C 0 20 26 1 9 5E 50
Octal 374 253 234 0 40 46 1 11 136 120
Binary 11111100 10101011 10011100 0 100000 100110 1 1001 1011110 1010000

Color Harmonies of #FCAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB9C

Black with #FCAB9C

Text Example


Text Example

White with #FCAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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