Html Css Color HEX #FCACA0 Rose Bud

📋 copy color: '#FCACA0'

red 252 ◦ green 172 ◦ blue 160

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

Shades of Rose Bud #FCACA0

Tints of Rose Bud #FCACA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.4%

R = 43.15%
G = 29.45%
B = 27.4%

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

#FCACA0 (or 0xFCACA0) is known color: Rose Bud. HEX triplet: FC, AC and A0. RGB value is (252,172,160). Sum of RGB (Red+Green+Blue) = 252+172+160=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACA0 is #03535F. Grayscale: #C2C2C2. Windows color (decimal): -217952 or 10530044. OLE color: 10530044.

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

Color convert

RGB 252 172 160 -
CMYK 0 0.32 0.37 0.01
HSL 7.83º 0.94% 0.81% -
HSV(B) 7.83º 0.37% 0.99% -
XYZ 61.24 52.74 40.21 -
YUV 194.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 252 172 160 0 0.32 0.37 0.01 7.83 0.94 0.81
Hex FC AC A0 0 20 25 1 8 5E 51
Octal 374 254 240 0 40 45 1 10 136 121
Binary 11111100 10101100 10100000 0 100000 100101 1 1000 1011110 1010001

Color Harmonies of #FCACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACA0

Black with #FCACA0

Text Example


Text Example

White with #FCACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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