Html Css Color HEX #FCABA1 Rose Bud

📋 copy color: '#FCABA1'

red 252 ◦ green 171 ◦ blue 161

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

Shades of Rose Bud #FCABA1

Tints of Rose Bud #FCABA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.57%

R = 43.15%
G = 29.28%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCABA1 (or 0xFCABA1) is known color: Rose Bud. HEX triplet: FC, AB and A1. RGB value is (252,171,161). Sum of RGB (Red+Green+Blue) = 252+171+161=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABA1 is #03545E. Grayscale: #C2C2C2. Windows color (decimal): -218207 or 10595324. OLE color: 10595324.

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

Color convert

RGB 252 171 161 -
CMYK 0 0.32 0.36 0.01
HSL 6.59º 0.94% 0.81% -
HSV(B) 6.59º 0.36% 0.99% -
XYZ 61.14 52.39 40.61 -
YUV 194.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 252 171 161 0 0.32 0.36 0.01 6.59 0.94 0.81
Hex FC AB A1 0 20 24 1 7 5E 51
Octal 374 253 241 0 40 44 1 7 136 121
Binary 11111100 10101011 10100001 0 100000 100100 1 111 1011110 1010001

Color Harmonies of #FCABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABA1

Black with #FCABA1

Text Example


Text Example

White with #FCABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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