Html Css Color HEX #FCAB8C Rose Bud

📋 copy color: '#FCAB8C'

red 252 ◦ green 171 ◦ blue 140

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

Shades of Rose Bud #FCAB8C

Tints of Rose Bud #FCAB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.87%

R = 44.76%
G = 30.37%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCAB8C (or 0xFCAB8C) is known color: Rose Bud. HEX triplet: FC, AB and 8C. RGB value is (252,171,140). Sum of RGB (Red+Green+Blue) = 252+171+140=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB8C is #035473. Grayscale: #BFBFBF. Windows color (decimal): -218228 or 9219068. OLE color: 9219068.

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

Color convert

RGB 252 171 140 -
CMYK 0 0.32 0.44 0.01
HSL 16.61º 0.95% 0.77% -
HSV(B) 16.61º 0.44% 0.99% -
XYZ 59.44 51.71 31.66 -
YUV 191.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 252 171 140 0 0.32 0.44 0.01 16.61 0.95 0.77
Hex FC AB 8C 0 20 2C 1 11 5F 4D
Octal 374 253 214 0 40 54 1 21 137 115
Binary 11111100 10101011 10001100 0 100000 101100 1 10001 1011111 1001101

Color Harmonies of #FCAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB8C

Black with #FCAB8C

Text Example


Text Example

White with #FCAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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