Html Css Color HEX #FCAC9F Rose Bud

📋 copy color: '#FCAC9F'

red 252 ◦ green 172 ◦ blue 159

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

Shades of Rose Bud #FCAC9F

Tints of Rose Bud #FCAC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.5%

 BLUE value IS 159 (62.5% from 255) = 27.27%

R = 43.22%
G = 29.5%
B = 27.27%

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

#FCAC9F (or 0xFCAC9F) is known color: Rose Bud. HEX triplet: FC, AC and 9F. RGB value is (252,172,159). Sum of RGB (Red+Green+Blue) = 252+172+159=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC9F is #035360. Grayscale: #C2C2C2. Windows color (decimal): -217953 or 10464508. OLE color: 10464508.

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

Color convert

RGB 252 172 159 -
CMYK 0 0.32 0.37 0.01
HSL 8.39º 0.94% 0.81% -
HSV(B) 8.39º 0.37% 0.99% -
XYZ 61.16 52.7 39.75 -
YUV 194.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 252 172 159 0 0.32 0.37 0.01 8.39 0.94 0.81
Hex FC AC 9F 0 20 25 1 8 5E 51
Octal 374 254 237 0 40 45 1 10 136 121
Binary 11111100 10101100 10011111 0 100000 100101 1 1000 1011110 1010001

Color Harmonies of #FCAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC9F

Black with #FCAC9F

Text Example


Text Example

White with #FCAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC9F; }

 p { color: rgb(252,172,159); }

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

background-color css

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

 a { background-color: rgb(252,172,159); }

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

border-color css

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

 span { border-color: rgb(252,172,159); }

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