Html Css Color HEX #FCAB9D Rose Bud

📋 copy color: '#FCAB9D'

red 252 ◦ green 171 ◦ blue 157

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

Shades of Rose Bud #FCAB9D

Tints of Rose Bud #FCAB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.07%

R = 43.45%
G = 29.48%
B = 27.07%

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

#FCAB9D (or 0xFCAB9D) is known color: Rose Bud. HEX triplet: FC, AB and 9D. RGB value is (252,171,157). Sum of RGB (Red+Green+Blue) = 252+171+157=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB9D is #035462. Grayscale: #C1C1C1. Windows color (decimal): -218211 or 10333180. OLE color: 10333180.

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

Color convert

RGB 252 171 157 -
CMYK 0 0.32 0.38 0.01
HSL 8.84º 0.94% 0.8% -
HSV(B) 8.84º 0.38% 0.99% -
XYZ 60.79 52.26 38.78 -
YUV 193.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 252 171 157 0 0.32 0.38 0.01 8.84 0.94 0.8
Hex FC AB 9D 0 20 26 1 9 5E 50
Octal 374 253 235 0 40 46 1 11 136 120
Binary 11111100 10101011 10011101 0 100000 100110 1 1001 1011110 1010000

Color Harmonies of #FCAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB9D

Black with #FCAB9D

Text Example


Text Example

White with #FCAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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