Html Css Color HEX #FCAB9E Rose Bud

📋 copy color: '#FCAB9E'

red 252 ◦ green 171 ◦ blue 158

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

Shades of Rose Bud #FCAB9E

Tints of Rose Bud #FCAB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.19%

R = 43.37%
G = 29.43%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCAB9E (or 0xFCAB9E) is known color: Rose Bud. HEX triplet: FC, AB and 9E. RGB value is (252,171,158). Sum of RGB (Red+Green+Blue) = 252+171+158=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB9E is #035461. Grayscale: #C1C1C1. Windows color (decimal): -218210 or 10398716. OLE color: 10398716.

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

Color convert

RGB 252 171 158 -
CMYK 0 0.32 0.37 0.01
HSL 8.3º 0.94% 0.8% -
HSV(B) 8.3º 0.37% 0.99% -
XYZ 60.88 52.29 39.23 -
YUV 193.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 252 171 158 0 0.32 0.37 0.01 8.3 0.94 0.8
Hex FC AB 9E 0 20 25 1 8 5E 50
Octal 374 253 236 0 40 45 1 10 136 120
Binary 11111100 10101011 10011110 0 100000 100101 1 1000 1011110 1010000

Color Harmonies of #FCAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB9E

Black with #FCAB9E

Text Example


Text Example

White with #FCAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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