Html Css Color HEX #FCAB8D Rose Bud

📋 copy color: '#FCAB8D'

red 252 ◦ green 171 ◦ blue 141

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

Shades of Rose Bud #FCAB8D

Tints of Rose Bud #FCAB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25%

R = 44.68%
G = 30.32%
B = 25%

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

#FCAB8D (or 0xFCAB8D) is known color: Rose Bud. HEX triplet: FC, AB and 8D. RGB value is (252,171,141). Sum of RGB (Red+Green+Blue) = 252+171+141=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB8D is #035472. Grayscale: #C0C0C0. Windows color (decimal): -218227 or 9284604. OLE color: 9284604.

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

Color convert

RGB 252 171 141 -
CMYK 0 0.32 0.44 0.01
HSL 16.22º 0.95% 0.77% -
HSV(B) 16.22º 0.44% 0.99% -
XYZ 59.52 51.74 32.05 -
YUV 191.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 252 171 141 0 0.32 0.44 0.01 16.22 0.95 0.77
Hex FC AB 8D 0 20 2C 1 10 5F 4D
Octal 374 253 215 0 40 54 1 20 137 115
Binary 11111100 10101011 10001101 0 100000 101100 1 10000 1011111 1001101

Color Harmonies of #FCAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB8D

Black with #FCAB8D

Text Example


Text Example

White with #FCAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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