Html Css Color HEX #FCAB8B Rose Bud

📋 copy color: '#FCAB8B'

red 252 ◦ green 171 ◦ blue 139

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

Shades of Rose Bud #FCAB8B

Tints of Rose Bud #FCAB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.73%

R = 44.84%
G = 30.43%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCAB8B (or 0xFCAB8B) is known color: Rose Bud. HEX triplet: FC, AB and 8B. RGB value is (252,171,139). Sum of RGB (Red+Green+Blue) = 252+171+139=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB8B is #035474. Grayscale: #BFBFBF. Windows color (decimal): -218229 or 9153532. OLE color: 9153532.

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

Color convert

RGB 252 171 139 -
CMYK 0 0.32 0.45 0.01
HSL 16.99º 0.95% 0.77% -
HSV(B) 16.99º 0.45% 0.99% -
XYZ 59.37 51.69 31.27 -
YUV 191.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 252 171 139 0 0.32 0.45 0.01 16.99 0.95 0.77
Hex FC AB 8B 0 20 2D 1 11 5F 4D
Octal 374 253 213 0 40 55 1 21 137 115
Binary 11111100 10101011 10001011 0 100000 101101 1 10001 1011111 1001101

Color Harmonies of #FCAB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB8B

Black with #FCAB8B

Text Example


Text Example

White with #FCAB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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