Html Css Color HEX #FCAB96 Rose Bud

📋 copy color: '#FCAB96'

red 252 ◦ green 171 ◦ blue 150

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

Shades of Rose Bud #FCAB96

Tints of Rose Bud #FCAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.18%

R = 43.98%
G = 29.84%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCAB96 (or 0xFCAB96) is known color: Rose Bud. HEX triplet: FC, AB and 96. RGB value is (252,171,150). Sum of RGB (Red+Green+Blue) = 252+171+150=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB96 is #035469. Grayscale: #C0C0C0. Windows color (decimal): -218218 or 9874428. OLE color: 9874428.

HSL color Cylindrical-coordinate representation of color #FCAB96: hue angle of 12.35º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCAB96 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 150 -
CMYK 0 0.32 0.40 0.01
HSL 12.35º 0.94% 0.79% -
HSV(B) 12.35º 0.4% 0.99% -
XYZ 60.21 52.02 35.72 -
YUV 192.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 252 171 150 0 0.32 0.40 0.01 12.35 0.94 0.79
Hex FC AB 96 0 20 28 1 C 5E 4F
Octal 374 253 226 0 40 50 1 14 136 117
Binary 11111100 10101011 10010110 0 100000 101000 1 1100 1011110 1001111

Color Harmonies of #FCAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB96

Black with #FCAB96

Text Example


Text Example

White with #FCAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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